Codebreaker AI

Codebreaker AI

Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Codebreaker AI",
  "description": "Use Codebreaker AI on LinkedIn to decode your prospect's personality and predict their buying behavior to close sales in less time.",
  "version": "3.0.6",
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "action": {
    "default_title": "Codebreaker AI, BANKPASS & BCRM Connector"
  },
  "background": {
    "service_worker": "./background/background.js"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "config.js",
        "./dist/jquery.js",
        "./dist/libs/jquery-ui.js",
        "./dist/libs/bootstrap-tokenfield.js",
        "./contentScripts/content-script.js",
        "./dist/libs/jquery-ui.js"
      ],
      "css": [
        "./dist/customCSS/load.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'https://maps.googleapis.com'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "options.html",
        "options.js",
        "images/*",
        "./html/popup.html",
        "customCSS/*",
        "html/*",
        "libs/*",
        "dist/*",
        "components/*",
        "jsVersion/*",
        "https://bank.successfactory.com/*",
        "https://app.sperse.com/*",
        "https://app.sperse.com/api/*",
        "https://db.onlinewebfonts.com/c/7dee4e8052171a216cd2446ea682b742?family=Berthold+Akzidenz+Grotesk+BE",
        "https://www.linkedin.com/voyager/*",
        "https://www.linkedin.com/voyager/api/identity/profiles/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}