Snaily for LinkedIn™ Auto Connect

Snaily for LinkedIn™ Auto Connect

LinkedIn Automation Tool for lead generation. More than scraper, good for sales to auto connect, send bulk messages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Snaily for LinkedIn™ Auto Connect",
  "manifest_version": 3,
  "version": "4.1.0.9",
  "description": "LinkedIn Automation Tool for lead generation. More than scraper, good for sales to auto connect, send bulk messages",
  "icons": {
    "16": "Active16.png",
    "48": "Active48.png",
    "128": "Active128.png"
  },
  "action": {
    "default_icon": "DefaultAction.png",
    "default_title": "Snaily for LinkedIn™ Auto Connect",
    "default_popup": "browserPopup/popup.html"
  },
  "background": {
    "service_worker": "background/worker.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "libs/toastr/toastr.min.css"
      ],
      "js": [
        "libs/jquery/jquery.min.js",
        "client/toastrSetup.js",
        "client/content-script-bundle.js"
      ],
      "matches": [
        "*://*.linkedin.com/*",
        "https://ops.snaily.io/*",
        "https://app.snaily.io/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "background",
    "alarms",
    "notifications",
    "webRequest",
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "cookies",
    "power",
    "offscreen",
    "proxy",
    "webRequestAuthProvider"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://app.snaily.io/*",
      "https://ops.snaily.io/*"
    ]
  }
}