ChatBird - WhatsApp網店智能行銷工具

WhatsApp智能行銷工具,群發資訊、更新訂單通知,讓你可以用一個號碼發動營銷攻勢。

What is ChatBird - WhatsApp網店智能行銷工具?

ChatBird - WhatsApp網店智能行銷工具 is a Chrome extension developed by chatbirdhk, and its main feature is "WhatsApp智能行銷工具,群發資訊、更新訂單通知,讓你可以用一個號碼發動營銷攻勢。".

Extension Screenshots

screenshot
screenshot

Download ChatBird - WhatsApp網店智能行銷工具 Extension CRX File

Download ChatBird - WhatsApp網店智能行銷工具 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

                        WhatsApp 智能機械人
系統化廣播訊息,批量發送通知,隨時聯絡客戶。
集中管理你的客戶,推送有價值訊息,取代繁複電郵。 
集中處理不同客戶的訂閱,一鍵發出訊息。
向潛在客動批量發送優惠及付款資訊。 
提升曝光率,吸引客戶消費及完成交易。                    

Extension Basic Information

Name ChatBird - WhatsApp網店智能行銷工具 ChatBird - WhatsApp網店智能行銷工具
ID khgndhemfakdcpcfpnafedlpjnfbeehh
Official URL https://chromewebstore.google.com/detail/chatbird-whatsapp%E7%B6%B2%E5%BA%97%E6%99%BA%E8%83%BD%E8%A1%8C%E9%8A%B7%E5%B7%A5%E5%85%B7/khgndhemfakdcpcfpnafedlpjnfbeehh
Description WhatsApp智能行銷工具,群發資訊、更新訂單通知,讓你可以用一個號碼發動營銷攻勢。
File Size 170 KB
Installation Count 68
Current Version 0.0.6
Last Updated 2022-08-11
Publish Date 2020-11-21
Rating 1.00/5 Total 1 Ratings
Developer chatbirdhk
Email [email protected]
Payment Type free
Privacy Policy Page URL https://chatbird.com/privacyPolicy
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatBird - WhatsApp\u7db2\u5e97\u667a\u80fd\u884c\u92b7\u5de5\u5177",
    "version": "0.0.6",
    "description": "WhatsApp\u667a\u80fd\u884c\u92b7\u5de5\u5177\uff0c\u7fa4\u767c\u8cc7\u8a0a\u3001\u66f4\u65b0\u8a02\u55ae\u901a\u77e5\uff0c\u8b93\u4f60\u53ef\u4ee5\u7528\u4e00\u500b\u865f\u78bc\u767c\u52d5\u71df\u92b7\u653b\u52e2\u3002",
    "permissions": [
        "declarativeContent",
        "storage",
        "https:\/\/web.whatsapp.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/browser_icon2.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "assets\/*",
        "inject\/*",
        "lib\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "87.0.4280"
}