Finder by ByteCtrl

Finder by ByteCtrl

Unlock Connections, Discover Contacts: Finder - Your Key to LinkedIn Prospecting Success

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Finder by ByteCtrl",
  "description": "Unlock Connections, Discover Contacts: Finder - Your Key to LinkedIn Prospecting Success",
  "version": "1.0.0",
  "manifest_version": 3,
  "action": {
    "default_title": "Started..."
  },
  "host_permissions": [
    "*://*.linkedin.com/*"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icon-192x192.png",
    "32": "icon-192x192.png",
    "48": "icon-192x192.png",
    "128": "icon-192x192.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "activeTab"
  ]
}