Precontact Tool

Precontact Tool

Find the contact details for the current LI profile

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Precontact Tool",
  "version": "1.2.19",
  "description": "Find the contact details for the current LI profile",
  "permissions": [
    "declarativeNetRequest",
    "declarativeContent",
    "storage"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "16": "assets/images/default-icon.png",
    "32": "assets/images/default-icon.png",
    "48": "assets/images/default-icon.png",
    "128": "assets/images/default-icon.png"
  },
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/images/default-icon.png",
      "32": "assets/images/default-icon.png",
      "48": "assets/images/default-icon.png",
      "128": "assets/images/default-icon.png"
    }
  },
  "content_security_policy": {},
  "host_permissions": [
    "https://api.recruitment-tools.com/*",
    "https://api.recruitment-tools.local/*",
    "https://*.linkedin.com/*",
    "https://linkedin.com/*",
    "https://*.github.com/*",
    "https://github.com/*",
    "https://*.xing.com/*",
    "https://xing.com/*",
    "https://*.facebook.com/*",
    "https://facebook.com/*"
  ]
}