ReachOut.App

ReachOut.App

Reach Out supports you with automated campaigns to efficiently and precisely reach out to your leads through LinkedIn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Reach Out supports you with automated campaigns to efficiently and precisely reach out to your leads through LinkedIn.",
  "version": "6.7.2",
  "manifest_version": 3,
  "name": "ReachOut.App",
  "background": {
    "service_worker": "./background.bundle.js"
  },
  "icons": {
    "16": "./icon-16x16.png",
    "48": "./icon-48x48.png",
    "128": "./icon-128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "./icon-16x16.png",
      "48": "./icon-48x48.png",
      "128": "./icon-128x128.png"
    },
    "default_title": "ReachOut",
    "default_popup": "index.html"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "permissions": [
    "idle",
    "tabs",
    "alarms",
    "cookies",
    "storage",
    "background",
    "notifications",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*.visit4.me/*",
    "*://*.reach-out.app/*",
    "https://api.visit4.me/*",
    "*://*.itrack.it/*",
    "*://*.demdex.net/*",
    "*://*.facebook.com/*",
    "*://*.linkedin.com/*",
    "*://*.doubleclick.net/*",
    "*://*.creative-serving.com/*",
    "*://*.scorecardresearch.com/*",
    "*://googleads.g.doubleclick.net/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:4200/*",
      "https://*.reach-out.app/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://*.reach-out.app/*",
        "http://www.linkedin.com/*",
        "https://www.linkedin.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ]
}