LinkedWolf - No.1 LinkedIn Automation Tool 🔥

LinkedWolf - No.1 LinkedIn Automation Tool 🔥

Save time and money. LinkedWolf will do 98% of the work for you thanks to automatic campaign scenarios.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_title__",
  "short_name": "LinkedWolf 🔥",
  "description": "__MSG_appDesc__",
  "version": "2.0.3",
  "icons": {
    "16": "dash-assets/images/logo.png",
    "32": "dash-assets/images/logo.png",
    "48": "dash-assets/images/logo.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "https://www.linkedin.com/*",
    "https://api.linkedwolf.com/*",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "app-assets/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "app-assets/backend.js"
    ]
  },
  "browser_action": {
    "default_title": "LinkedWolf 🔥",
    "default_popup": "popup.html",
    "default_icon": "dash-assets/images/logo.png"
  }
}