Profile Scraper for LinkedIn™

Profile Scraper for LinkedIn™

Extracts rich profile data efficiently. One-click extraction, CSV/JSON/XLSX exports. Ideal for recruiters, marketers, researchers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "host_permissions": [
    "*://linkedinprofilescraper.extensionsbox.com/*",
    "*://*.linkedin.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQ9iLL3ia9vf8GauSjjXqAEWy5wRIGMObay117YvVrdGbqm34PKO278eCKp278/tQ8o3pXnLy+E0R+asRqffT4sg9l1wq0cR/N9tlOqhNF932G+m5u89Z6ckH7GI07ply9eM+TOWnLz0m57RBceZGHce7QeaFYfh/89L+FTBW/E5RR/8Kyf8j9TkHE4QbI7ZXIlec+ZdO6fEyBJzKRWtpvm1u/VQTtksUOF3Dy6VRjFv8/TKV0hLaWKrDKP0x5579Qhkka8TdbP8TdfCWcGcM/tpsy8dz9XUa72R3lmtcruYkla/nB0TJTuKlSmQI8X/fk7qgwLFOpMvE4MgzbR+cQIDAQAB",
  "oauth2": {
    "client_id": "737190963694-744h640ed80dl7umbk2k71e8vpmpenhi.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "libs/*",
        "injected.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}