Datalix - B2B Company & Contact Info

Datalix - B2B Company & Contact Info

Datalix helps users find company and contact info and push the results to your CRM or export to CSV.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Datalix helps users find company and contact info and push the results to your CRM or export to CSV.",
  "version": "5.2.6",
  "manifest_version": 3,
  "name": "Datalix - B2B Company & Contact Info",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": "src/img/datalixLogo2.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "48": "src/img/datalixLogo2.png",
    "128": "src/img/datalixLogo2.png"
  },
  "content_scripts": [
    {
      "js": [
        "contentscript.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/"
    ]
  },
  "background": {
    "service_worker": "background.bundle.js",
    "type": "module"
  }
}