Outboundly - Prospecting & Cold Outreach AI

Outboundly - Prospecting & Cold Outreach AI

Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Outboundly - Prospecting & Cold Outreach AI",
  "description": "Instantly analyze websites and LinkedIn profiles and generate personalized cold outreach messages in one click using AII",
  "version": "2.7.8",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "match_origin_as_fallback": true,
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "contentscript.js"
      ],
      "css": [
        "contentscript.css"
      ],
      "type": "module"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "automation-status.html",
        "makeDetail.svg",
        "makeNeutral.svg",
        "makeShorter.svg",
        "moreCasual.svg",
        "moreEngaging.svg",
        "moreFreindly.svg",
        "moreProf.svg",
        "moreWitty.svg",
        "customCom.svg",
        "dragLogo.svg",
        "l1.png",
        "clickme.svg",
        "compose.svg",
        "salesnavigator.svg",
        "connects.svg",
        "profileOut.svg",
        "clickme.png",
        "customInst.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_icon": {
      "128": "128.png"
    },
    "default_title": "Outboundly"
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "tabs",
    "notifications",
    "unlimitedStorage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://*.linkedin.com/*"
  ]
}