WAP Sender
Send single or bulk messages without saving numbers.
什么是WAP Sender?
WAP Sender是由The Digitalify开发的Chrome扩展程序,该扩展的主要功能是“Send single or bulk messages without saving numbers.”。
扩展截图
下载WAP Sender扩展crx文件
下载WAP Sender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps to generate the business lead.
扩展基本信息
名称 | WAP Sender |
ID | gnnbicblnglgjplblalhlhoieedcpkph |
官方URL | https://chromewebstore.google.com/detail/wap-sender/gnnbicblnglgjplblalhlhoieedcpkph |
简介 | Send single or bulk messages without saving numbers. |
文件大小 | 794 KB |
安装次数 | 4,701 |
当前版本 | 1.0.0 |
更新时间 | 2020-11-28 |
上架时间 | 2020-11-27 |
评分 | 2.33/5 共3次评分 |
开发者 | The Digitalify |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://thedigitalify.com/ |
帮助页面URL | https://thedigitalify.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WAP Sender", "version": "1.0.0", "description": "Send single or bulk messages without saving numbers.", "background": { "scripts": [ "backgroundmin.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "contentmin.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "WAP Sender" }, "permissions": [ "storage" ], "manifest_version": 2, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |