TheCopilotMarketer

Install Chrome Extension

The dashboard cannot directly install a Chrome extension for you from a normal web page. The current supported path is to load the extension as an unpacked extension in Chrome.

Install Flow

  1. Clone the repo over HTTPS.
  2. cd %USERPROFILE%\Desktop
    mkdir thecopilotmarketer-extension
    cd thecopilotmarketer-extension
    git clone https://github.com/jeremytubongbanua/ws_submission.git
    cd ws_submission
  3. Open chrome://extensions in Chrome.
  4. Turn on Developer Mode.
  5. Click Load unpacked.
  6. Select the packages/chrome_extension folder from this project.
  7. Pin the extension and open the side panel while reviewing posts.

Uninstall

  1. Remove the unpacked extension from chrome://extensions by clicking Remove.
  2. Delete the local repo clone from your Desktop with the terminal command below.
    cd %USERPROFILE%\Desktop
    rmdir /s /q thecopilotmarketer-extension