Leadspicker

Leadspicker

Leadspicker tool for getting persons with their metadata from Linkedin.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Leadspicker",
  "description": "Leadspicker tool for getting persons with their metadata from Linkedin.",
  "version": "1.66",
  "icons": {
    "16": "assets/logo/16.png",
    "32": "assets/logo/32.png",
    "48": "assets/logo/48.png",
    "128": "assets/logo/128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "sidePanel"
  ],
  "host_permissions": [
    "https://www.linkedin.com/*",
    "http://localhost:8000/",
    "http://localhost:15000/",
    "https://leadspicker.com/"
  ],
  "action": {},
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/contentscript.ts-loader-CjjDhuNt.js"
      ],
      "css": [
        "assets/personHuntStore-DUiHCGH-.css",
        "assets/contentscript-B2PaVUa1.css"
      ],
      "matches": [
        "https://www.linkedin.com/*",
        "http://localhost:8000/app/sb/*",
        "http://localhost:15000/app/sb/*",
        "http://localhost:15000/static/www.linkedin.com/*",
        "https://dataportal.leadspicker.com/app/sb/*",
        "https://leadspicker.com/app/sb/*"
      ],
      "run_at": "document_end"
    }
  ],
  "side_panel": {
    "default_path": "sidepanel/sidepanel.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqFGvLa956mU/vFR7NiDarKN9ZNXrcS47Zcveuh5FXqrpdqSP8bCQJsAkYpNtLmla66JuczhNfIKfcjpwTWDYcUbpSwLRjUusgkRA2rVQt5VfoF0hW6f0hCC3bWo3taorLLu2jbAeErmk7kAq9rFpeXvJC4xUpgAZHKSeMEpyWknVCKpTM7hTEXPOvHx7tj5jOcbAOA9UAPHJC8ZfhKUuxx3JnNd+QCurUWbUnaZZb8KHmtHaa/H/f19440lQBliXoACPQJbQ7Qc91GnE7BJ+OEVldNbguZsHlwbg1h1b7v61/5nvmJm1iCLrZiZ3XNnIHrZ0zSC/1kpel3+DwPP/SwIDAQAB",
  "externally_connectable": {
    "matches": [
      "http://localhost:8000/app/sb/*",
      "https://leadspicker.com/app/sb/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://localhost:15000/*",
        "http://localhost:15000/*",
        "http://localhost:8000/*",
        "https://dataportal.leadspicker.com/*",
        "https://leadspicker.com/*",
        "https://www.linkedin.com/*"
      ],
      "resources": [
        "assets/personHuntStore-DCvMO3Kp.js",
        "assets/contentscript.ts-DzJKnB5b.js"
      ],
      "use_dynamic_url": true
    }
  ]
}