Dealer Inspire Conversations - Notifications

Dealer Inspire Conversations - Notifications

This extension provides advanced notifications for Dealer Inspire Conversations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dealer Inspire Conversations - Notifications",
  "description": "This extension provides advanced notifications for Dealer Inspire Conversations",
  "version": "4.0.4",
  "action": {
    "default_icon": "images/icon.png"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/alert.html"
      ],
      "js": [
        "scripts/content-offer.js",
        "scripts/content-message.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "installation-check.txt"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.dealerinspire.com/*",
      "*://localhost/*",
      "*://conversations-web/*"
    ]
  }
}