Sparklane: B2B accounts and contacts details

Sparklane: B2B accounts and contacts details

Générez des leads en 3 clics grâce à l’Intelligence Artificielle !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sparklane: B2B accounts and contacts details",
  "version": "26.2.3",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html"
  },
  "description": "Générez des leads en 3 clics grâce à l’Intelligence Artificielle !",
  "icons": {
    "128": "img/sparklane-icon.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "*://*.sparklane.fr/*"
    ]
  }
}