ZapChat

ZapChat

What is ZapChat?

ZapChat is a Chrome extension developed by zapchat.team, and its main feature is "ZapChat".

Extension Screenshots

screenshot
screenshot
screenshot

Download ZapChat Extension CRX File

Download ZapChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        " ZapChat " 網店 WhatsApp 必備
 不分晝夜自動跟單,客服效率爆燈!  

自動 WhatsApp 通知客人成功付款、物流狀態等最新訂單狀態,讓顧客無需「心掛掛」!			

店內所有推廣資訊,一律可指定客群、批量發送!訊息文字更無須重複輸入,特設自訂「常用文字」功能,每經設定即可一鍵備妥訊息,立即傳送!                    

Extension Basic Information

Name ZapChat ZapChat
ID fpkonnlafdheamjaojmhlgpfpjpedpff
Official URL https://chromewebstore.google.com/detail/zapchat/fpkonnlafdheamjaojmhlgpfpjpedpff
Description ZapChat
File Size 3.23 MB
Installation Count 321
Current Version 1.5.10
Last Updated 2022-11-14
Publish Date 2021-04-07
Rating 1.00/5 Total 1 Ratings
Developer zapchat.team
Email [email protected]
Payment Type free
Extension Website https://www.zapchat.co/
Help Page URL https://www.zapchat.co/
Privacy Policy Page URL https://www.zapchat.co/privacy-policy
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZapChat",
    "description": "ZapChat",
    "manifest_version": 2,
    "version": "1.5.10",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                ".\/vendor\/navi.min.js",
                ".\/vendor\/dexie.min.js",
                ".\/vendor\/moduleraid.js",
                ".\/vendor\/whatsapp-web.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com\/ https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/zapchat-prod.web.app\/api https:\/\/api-prod.zapchat.co; object-src 'self'",
    "permissions": [
        "identity",
        "tabs",
        "background",
        "storage",
        "notifications",
        "*:\/\/zapchat-prod.web.app\/api\/*",
        "*:\/\/api-prod.zapchat.co\/*"
    ]
}