Work Experience Scraper for LinkedIn Firefox

Examine source code of Work Experience Scraper for LinkedIn

Inspect and view changes in Work Experience Scraper for LinkedIn source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkedIn Experience Filter",
  "version": "1.0.2",
  "description": "Adds experience requirement labels to LinkedIn job descriptions",
  "icons": {
    "48": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "src/main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.linkedin.com/*",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "linkedin-experience-filter-public@bulygindi.com"
    }
  }
}

Best Work Experience Scraper for LinkedIn Alternatives

Here are some Firefox add-ons that are similar to Work Experience Scraper for LinkedIn: