Web Leads Master

Web Leads Master

Makes Web Leads Master easier to use by automatically getting your session cookie

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Web Leads Master",
  "description": "Makes Web Leads Master easier to use by automatically getting your session cookie",
  "version": "1.0.0",
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "cookies",
    "https://www.linkedin.com/*"
  ],
  "icons": {
    "16": "src/logo16.png",
    "48": "src/logo48.png",
    "128": "src/logo128.png"
  },
  "browser_action": {
    "default_icon": "src/logo128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://app.webleadsmaster.com/*",
      "https://www.app.webleadsmaster.com/*"
    ]
  }
}