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
电子邮箱 [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
}