hubsell

hubsell

hubsell Prospecting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "hubsell",
  "description": "hubsell Prospecting",
  "version": "5.1.41",
  "icons": {
    "16": "logo/logo-16.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "options_page": "settings/settings.html",
  "action": {
    "default_title": "hubsell"
  },
  "permissions": [
    "cookies",
    "tabs",
    "activeTab",
    "notifications",
    "alarms",
    "scripting"
  ],
  "host_permissions": [
    "https://*.linkedin.com/*",
    "https://app.hubsell.co/*",
    "http://localhost:9001/*",
    "http://localhost:3000/*",
    "http://localhost/*",
    "http://localhost:4200/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "offcanvas.html",
        "logo/logo-48.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "css": [
        "styles.css",
        "libs/bootstrap/css/bootstrap.min.css"
      ],
      "js": [
        "libs/jquery/jquery.min.js",
        "libs/bootstrap/js/bootstrap.bundle.min.js",
        "libs/autocomplete/index.js",
        "foreground/common.js",
        "foreground/eventsListner.js",
        "foreground/notifications.js",
        "foreground/outreach.js",
        "foreground/sourcing.js"
      ],
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}