ZapVoice

ZapVoice

Desbloqueie o potencial do seu Whatsapp Web, otimize seu atendimento e aumente suas conversões!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "scripting"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://web.whatsapp.com/*"
    ]
  },
  "options_page": "dashboard.html",
  "content_scripts": [
    {
      "js": [
        "static/js/contentScript/contentScript.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ]
    },
    {
      "js": [
        "static/js/chunk-7c427ef4.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "css": [
        "assets/global.css",
        "assets/index.css"
      ]
    },
    {
      "js": [
        "assets/index.ts-loader.js"
      ],
      "matches": [
        "*://www.whatsapp.com/*",
        "*://whatsapp.com/*"
      ]
    }
  ],
  "host_permissions": [
    "*://web.whatsapp.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "name": "ZapVoice",
  "version": "0.9.8.28",
  "version_name": "0.9.8.28",
  "description": "Desbloqueie o potencial do seu Whatsapp Web, otimize seu atendimento e aumente suas conversões!",
  "web_accessible_resources": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "resources": [
        "static/js/chunk-fd52ed1a.js",
        "static/js/chunk-58f7d5de.js",
        "static/js/chunk-61361a5e.js",
        "static/js/chunk-0bf5a359.js",
        "static/js/chunk-37259eac.js",
        "static/js/chunk-7c427ef4.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "*://whatsapp.com/*",
        "*://www.whatsapp.com/*"
      ],
      "resources": [
        "static/js/chunk-6fec6561.js"
      ],
      "use_dynamic_url": true
    }
  ]
}