Linkedin Job Scraper - linkeder.com

Linkedin Job Scraper - linkeder.com

Scrape LinkedIn job postings to extract job details, company information, and job poster details in XLSX, CSV, or JSON with a click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_showTT__",
  "description": "__MSG_showMM__",
  "version": "2.0.3",
  "manifest_version": 3,
  "default_locale": "en",
  "homepage_url": "https://linkeder.com",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/48.png"
  },
  "background": {
    "service_worker": "js/background.8f160e56.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "js/content-script.8f160e56.js"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "css": [
        "css/content-script_6f86f858.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "img/*",
        "js/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "cookies",
    "webRequest",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://www.linkedin.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}