Live Chat Integration Firefox

Examine source code of Live Chat Integration

Inspect and view changes in Live Chat Integration source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Live Chat Integration",
  "version": "1.3",
  "description": "Embed and toggle live chat widgets like Tawk.to or Intercom on any webpage.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{36ad76ab-b8fb-4ad3-8961-2aa759030b87}"
    }
  }
}

Best Live Chat Integration Alternatives

Here are some Firefox add-ons that are similar to Live Chat Integration: