WAPSender

WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.

WAPSenderとは何ですか?

WAPSenderはhttps://wapsender.comによって開発されたChromeの拡張機能で、その主な機能は「WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.」です。

拡張機能のスクリーンショット

screenshot

WAPSender拡張機能のCRXファイルをダウンロード

WAPSender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        WhatsApp Bulk Message Sender Chrome Plugin. It is a must have marketing tool for all business owners. Engage your clients and grow your business. The best plugin to install and to send WhatsApp messages to your registered clients.                    

拡張機能の基本情報

名前 WAPSender WAPSender
ID bkdopcenbhbpblgpmpkodjpdfohhdpjc
公式URL https://chromewebstore.google.com/detail/wapsender/bkdopcenbhbpblgpmpkodjpdfohhdpjc
説明 WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.
ファイルサイズ 346 KB
インストール数 45,881
現在のバージョン 1.0
最終更新日 2023-06-18
公開日 2020-08-18
評価 3.68/5 合計 34 レビュー
開発者 https://wapsender.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.wapsender.com/
ヘルプページのURL https://www.wapsender.com/#contact
プライバシーポリシーページのURL https://www.wapsender.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WAPSender",
    "version": "1.0",
    "description": "WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "notifications",
        "http:\/\/localhost\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WAPSender"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "\/js\/download.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}