FlashPeak Job Application Assistant Firefox

Examine source code of FlashPeak Job Application Assistant

Inspect and view changes in FlashPeak Job Application Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FlashPeak Job Application Assistant",
  "description": "Fill out job applications faster",
  "version": "1.0.1",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "clipboardWrite",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "type": "module",
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://*.icims.com/*",
        "https://*.greenhouse.io/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "all_frames": false
    },
    {
      "matches": [
        "https://*.icims.com/*",
        "https://*.greenhouse.io/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/jaa_icon16.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "job-application-assistant@flashpeak.com",
      "strict_min_version": "58.0"
    }
  },
  "icons": {
    "16": "icons/jaa_icon16.png",
    "32": "icons/jaa_icon32.png",
    "48": "icons/jaa_icon48.png",
    "128": "icons/jaa_icon128.png"
  }
}

Best FlashPeak Job Application Assistant Alternatives

Here are some Firefox add-ons that are similar to FlashPeak Job Application Assistant: