Jobicy Copilot and Notifier Firefox

Examine source code of Jobicy Copilot and Notifier

Inspect and view changes in Jobicy Copilot and Notifier source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Jobicy Copilot and Notifier",
  "version": "1.8.2",
  "description": "Find and save remote jobs, get new-job alerts, and safely autofill ATS applications with your Jobicy profile.",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Jobicy Copilot and Notifier",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications",
    "contextMenus",
    "activeTab",
    "scripting",
    "webNavigation",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://jobicy.com/*",
    "https://jobs.ashbyhq.com/*",
    "https://jobs.lever.co/*",
    "https://apply.workable.com/*",
    "https://boards.greenhouse.io/*",
    "https://job-boards.greenhouse.io/*",
    "https://www.carvana.com/*",
    "https://careers.duolingo.com/*",
    "https://*.smartrecruiters.com/*",
    "https://*.myworkdayjobs.com/*",
    "https://*.workdayjobs.com/*",
    "https://*.leverhire.com/*",
    "https://*.workablehr.com/*",
    "https://*.icims.com/*",
    "https://*.jobvite.com/*",
    "https://*.applytojob.com/*",
    "https://*.jazzhr.com/*",
    "https://*.recruitee.com/*",
    "https://*.comeet.co/*",
    "https://*.pinpointhq.com/*",
    "https://*.rippling.com/*",
    "https://*.freshteam.com/*",
    "https://*.jobadder.com/*",
    "https://*.bullhorn.com/*",
    "https://*.ceipal.com/*",
    "https://*.jobsoid.com/*",
    "https://*.manatal.com/*",
    "https://*.recooty.com/*",
    "https://*.talentlyft.com/*",
    "https://*.yello.co/*",
    "https://*.loxo.co/*",
    "https://*.hireology.com/*",
    "https://*.careerplug.com/*",
    "https://*.recruitcrm.io/*",
    "https://*.restaff.io/*",
    "https://*.ziprecruiter.com/*",
    "https://*.indeed.com/*",
    "https://*.workstream.us/*",
    "https://*.breezy.hr/*",
    "https://*.personio.de/*",
    "https://*.personio.com/*",
    "https://*.zohorecruit.com/*",
    "https://*.zohorecruit.eu/*",
    "https://*.adp.com/*",
    "https://*.successfactors.com/*",
    "https://*.successfactors.eu/*",
    "https://*.getaccept.com/*",
    "https://*.workpop.com/*",
    "https://*.pinpoint.com/*",
    "https://*.workable.com/*",
    "https://*.lever.co/*",
    "https://*.ashbyhq.com/*",
    "https://*.greenhouse.io/*",
    "https://*.zohorecruit.in/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://jobicy.com/*"
      ],
      "js": [
        "jobicy-bridge.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://jobs.ashbyhq.com/*",
        "https://jobs.lever.co/*",
        "https://apply.workable.com/*",
        "https://boards.greenhouse.io/*",
        "https://job-boards.greenhouse.io/*",
        "https://www.carvana.com/careers/apply/*",
        "https://careers.duolingo.com/jobs/*",
        "https://*.smartrecruiters.com/*",
        "https://*.myworkdayjobs.com/*",
        "https://*.workdayjobs.com/*",
        "https://*.leverhire.com/*",
        "https://*.workablehr.com/*",
        "https://*.icims.com/*",
        "https://*.jobvite.com/*",
        "https://*.applytojob.com/*",
        "https://*.jazzhr.com/*",
        "https://*.recruitee.com/*",
        "https://*.comeet.co/*",
        "https://*.pinpointhq.com/*",
        "https://*.rippling.com/*",
        "https://*.freshteam.com/*",
        "https://*.jobadder.com/*",
        "https://*.bullhorn.com/*",
        "https://*.ceipal.com/*",
        "https://*.jobsoid.com/*",
        "https://*.manatal.com/*",
        "https://*.recooty.com/*",
        "https://*.talentlyft.com/*",
        "https://*.yello.co/*",
        "https://*.loxo.co/*",
        "https://*.hireology.com/*",
        "https://*.careerplug.com/*",
        "https://*.recruitcrm.io/*",
        "https://*.restaff.io/*",
        "https://*.ziprecruiter.com/*",
        "https://*.indeed.com/*",
        "https://*.workstream.us/*",
        "https://*.breezy.hr/*",
        "https://*.personio.de/*",
        "https://*.personio.com/*",
        "https://*.zohorecruit.com/*",
        "https://*.zohorecruit.eu/*",
        "https://*.adp.com/*",
        "https://*.successfactors.com/*",
        "https://*.successfactors.eu/*",
        "https://*.getaccept.com/*",
        "https://*.workpop.com/*",
        "https://*.pinpoint.com/*",
        "https://*.workable.com/*",
        "https://*.lever.co/*",
        "https://*.ashbyhq.com/*",
        "https://*.greenhouse.io/*",
        "https://*.zohorecruit.in/*"
      ],
      "js": [
        "ats-overlay.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jobicy-notifier@jobicy.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo",
          "locationInfo",
          "browsingActivity",
          "websiteActivity",
          "websiteContent",
          "searchTerms"
        ]
      }
    }
  }
}

Best Jobicy Copilot and Notifier Alternatives

Here are some Firefox add-ons that are similar to Jobicy Copilot and Notifier: