Indeed Scraper

Indeed Scraper

Extract Indeed job titles, salaries, locations, and apply links and download in user-friendly formats like Excel with ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.bd8a3640.png",
    "32": "icon32.plasmo.0726f7e6.png",
    "48": "icon48.plasmo.e532a28a.png",
    "64": "icon64.plasmo.4fb06d35.png",
    "128": "icon128.plasmo.c22417d7.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.bd8a3640.png",
      "32": "icon32.plasmo.0726f7e6.png",
      "48": "icon48.plasmo.e532a28a.png",
      "64": "icon64.plasmo.4fb06d35.png",
      "128": "icon128.plasmo.c22417d7.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.2.7",
  "author": "GShoppingExport",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "background.85a80a08.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.indeed.com/*"
      ],
      "js": [
        "plasmo-overlay.65a2fd49.js"
      ],
      "run_at": "document_end",
      "css": [
        "plasmo-overlay.b239b1b0.css"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "https://*/*"
  ],
  "oauth2": {
    "client_id": "632845667525-fjn0ul8btq3fpaqu0kr48j38v9urqc87.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "ajaxhook.min.js",
        "injected/inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "*://*.indeed.com/*"
      ],
      "resources": [
        "ic_find.be4ee5cb.png",
        "plasmo-overlay.b5a6767a.css",
        "plasmo-overlay.d1857b92.css",
        "plasmo-overlay.41c67730.png",
        "plasmo-overlay.3a6b84ec.png",
        "plasmo-overlay.75374095.jpg",
        "plasmo-overlay.a7cb624c.png"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}