Autobound (ChatGPT for sales emails)

Autobound (ChatGPT for sales emails)

Autobound's AI increases email reply rate by generating individually personalized sales emails. Try our freemium today!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "7.1.4",
  "manifest_version": 3,
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "incognito": "not_allowed",
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "js": [
        "injection-module.content.js"
      ],
      "matches": [
        "*://*.salesloft.com/*",
        "*://mail.google.com/*",
        "*://*.outreach.io/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "js": [
        "sentry.content.js",
        "anywhere-module.content.js",
        "injection-module.content.js",
        "prospect-spotter-module.content.js",
        "rewrite-module.content.js"
      ],
      "matches": [
        "*://*.outreach.io/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "sequences-module.content.js"
      ],
      "matches": [
        "*://*.salesloft.com/app/people*",
        "*://*.outreach.io/prospects*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "sentry.content.js",
        "anywhere-module.content.js",
        "prospect-spotter-module.content.js",
        "rewrite-module.content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "logos/*",
        "icons/*",
        "*.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "48": "icons/favicon-48x48.png",
    "128": "icons/favicon-128x128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": ""
  },
  "name": "Autobound (ChatGPT for sales emails)",
  "description": "Autobound's AI increases email reply rate by generating individually personalized sales emails. Try our freemium today!",
  "externally_connectable": {
    "matches": [
      "https://app2.autobound.ai/*"
    ]
  }
}