OneShot - Personalized LinkedIn Prospecting

OneShot - Personalized LinkedIn Prospecting

OneShot curates hyper-personalized connection requests between you and your prospects, instantly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "OneShot curates hyper-personalized connection requests between you and your prospects, instantly.",
  "version": "3.9.4",
  "manifest_version": 3,
  "name": "OneShot - Personalized LinkedIn Prospecting",
  "host_permissions": [
    "https://*.linkedin.com/*",
    "https://*.outreach.io/*",
    "https://mail.google.com/*",
    "https://*.salesloft.com/*",
    "https://*.outplayhq.com/*",
    "https://*.hubspot.com/*"
  ],
  "permissions": [
    "storage",
    "tabs",
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "oneshot.png"
  },
  "icons": {
    "192": "oneshot.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*",
        "https://*.outreach.io/*",
        "https://mail.google.com/*",
        "https://*.salesloft.com/*",
        "https://*.outplayhq.com/*",
        "https://*.hubspot.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://extensionapp.oneshot.ai/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "frame.html"
      ],
      "matches": [
        "https://*.linkedin.com/*",
        "https://*.outreach.io/*",
        "https://mail.google.com/*",
        "https://*.salesloft.com/*",
        "https://*.outplayhq.com/*",
        "https://*.hubspot.com/*"
      ]
    }
  ]
}