InTouch: LinkedIn auto connections & messages

InTouch: LinkedIn auto connections & messages

Safe and easy LinkedIn automation tool - automate LinkedIn connections and messages for lead generation, prospecting & sales

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "InTouch: LinkedIn auto connections & messages",
  "short_name": "InTouch Tool",
  "description": "Safe and easy LinkedIn automation tool - automate LinkedIn connections and messages for lead generation, prospecting & sales",
  "version": "2.22.27",
  "version_name": "2.22.27",
  "permissions": [
    "tabs",
    "power",
    "background",
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "128": "chrome/img/logo_130.png"
  },
  "browser_action": {
    "default_title": "InTouch Tool",
    "default_popup": "chrome/html/popup.html",
    "default_icon": {
      "128": "chrome/img/logo_130.png"
    }
  },
  "background": {
    "page": "chrome/html/background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "css": [
        "chrome/css/material.css",
        "chrome/css/bootstrap-social.css",
        "chrome/css/main.css",
        "chrome/css/dropdown.css",
        "chrome/css/jquery-ui.css",
        "chrome/css/w3.css",
        "chrome/css/font-awesome.css",
        "chrome/css/widget.css"
      ],
      "js": [
        "chrome/js/jquery-3.2.1.min_1.js",
        "chrome/js/lmtlls.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://getintouchapp.com/*",
      "https://intouchtool.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' https://intouchtool.com https://apis.google.com https://ssl.google-analytics.com https://platform.twitter.com https://fonts.googleapis.com/ https://www.gstatic.com/ https://*.firebaseio.com https://cdn.firebase.com https://www.googleapis.com https://code.getmdl.io https://raw.githubusercontent.com https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://us-central1-linkme-tool.cloudfunctions.net/; object-src 'self'; form-action https:",
  "minimum_chrome_version": "45"
}