Octopus - All-in-One LinkedIn Automation

Octopus - All-in-One LinkedIn Automation

Automation Software for LinkedIn lead generation, social selling and LinkedIn auto connect 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": "Octopus - All-in-One LinkedIn Automation",
  "short_name": "The sales prospecting, autopilot, linked helper, and LinkedIn lead generation tool: auto connect, send automated messages and skrapp!",
  "description": "Automation Software for LinkedIn lead generation, social selling and LinkedIn auto connect tool",
  "version": "3.6.92",
  "icons": {
    "16": "assets/logo.png",
    "32": "assets/logo.png",
    "48": "assets/logo.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "https://www.linkedin.com/*",
    "https://api.octopuscrm.io/*",
    "https://hooks.zapier.com/*",
    "https://octopuscrm-io.firebaseapp.com/*",
    "https://us-central1-test-proj-7d39d.cloudfunctions.net/app/*",
    "https://test-proj-7d39d.firebaseapp.com/*",
    "https://*.make.com/*",
    "webRequest",
    "history"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "assets/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "index-test.html#/event-page"
  },
  "browser_action": {
    "default_title": "Octopus",
    "default_popup": "index-test.html#/popup",
    "default_icon": "assets/logo.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cdnjs.cloudflare.com/ajax/libs/raphael/* https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://apis.google.com; object-src 'self'",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiXWkf7nGTpY/AoD81+cQPYGmb+c+HJFLj3lUOYE/EuA+BaQX8m/CejfgPZ+Gr/7TiE20XCpItc3KjbJc4JcAf+z7BylL26GgYyWEys0yOlUF0HGGFrCQg7XnW9rtL+hA708lgtGADgo4FyCyhAjeuP2P+uHmiXs4MAUjMdeJHm+Av81H7pGo9HnkRT3gq6kI9Niz6FkbjIzzrO2ND88X2Yol6I/sNLJMYh9aLBpbbIt0Q2lANbotA5DvvFNQhKKv/5lmB5Hlcpu3DYJNmYtGauk+AOGoipzJexF67H5wuS6W+7aCLCrhKmM6NmJ3Lvcj2X0bRPGqNHIhktKpKGQcpQIDAQAB"
}