Sales Engagement Tool powered by AI

Sales Engagement Tool powered by AI

Simplify your KPI struggle with our unified dashboard, advanced automation and AI personalization.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sales Engagement Tool powered by AI",
  "version": "23.08.07",
  "description": "Simplify your KPI struggle with our unified dashboard, advanced automation and AI personalization.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "system.display",
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "host_permissions": [
    "https://*.linkedin.com/*"
  ],
  "manifest_version": 3,
  "action": {}
}