OfferRun — Job Application Autofill Firefox

Examine source code of OfferRun — Job Application Autofill

Inspect and view changes in OfferRun — Job Application Autofill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OfferRun — Job Application Autofill",
  "description": "OfferRun browser extension — autofill job applications from your Master Profile",
  "version": "0.1.0",
  "icons": {
    "16": "/icon/16.png",
    "32": "/icon/32.png",
    "48": "/icon/48.png",
    "96": "/icon/96.png",
    "128": "/icon/128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "https://offer-run.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@offer-run.com",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "websiteContent",
          "authenticationInfo"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "OfferRun",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://localhost/extension/connect*",
        "https://offer-run.com/extension/connect*"
      ],
      "js": [
        "content-scripts/connect.js"
      ]
    },
    {
      "matches": [
        "http://localhost/*",
        "https://offer-run.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/presence.js"
      ]
    }
  ]
}

Best OfferRun — Job Application Autofill Alternatives

Here are some Firefox add-ons that are similar to OfferRun — Job Application Autofill: