CR LinkedIn Automatic Message Sender

CR LinkedIn Automatic Message Sender

Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CR LinkedIn Automatic Message Sender",
  "version": "1.2.6",
  "description": "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.",
  "icons": {
    "16": "static/img/icon16.png",
    "48": "static/img/icon48.png",
    "128": "static/img/icon128.png"
  },
  "browser_action": {
    "default_icon": "static/img/icon16.png",
    "default_title": "CR Message Sender",
    "default_popup": "popup.html"
  },
  "options_page": "option.html",
  "background": {
    "persistent": false,
    "scripts": [
      "background.main.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/search/results/*",
        "*://*.linkedin.com/groups/*/members/*"
      ],
      "js": [
        "content.main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "notifications"
  ]
}