Wariz - Whatsapp™ Automation Assistant
Whatsapp™ Automation Assistant
什么是Wariz - Whatsapp™ Automation Assistant?
Wariz - Whatsapp™ Automation Assistant是由http://geniusapes.co开发的Chrome扩展程序,该扩展的主要功能是“Whatsapp™ Automation Assistant”。
扩展截图
下载Wariz - Whatsapp™ Automation Assistant扩展crx文件
下载Wariz - Whatsapp™ Automation Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automating your whatsapp by sending bulk message and manage contacts 1. Open web.whatsapp.com and extension 2. Add some contacts 3. Plan some messages 4. Click start process 5. Wait until done - THIS IS A DEMO FOR CODE CANYON PRODUCT -
扩展基本信息
名称 | |
ID | cppchfdjfagoinajnloekmjjocgmkobm |
官方URL | https://chrome.google.com/webstore/detail/wariz-whatsapp-automation/cppchfdjfagoinajnloekmjjocgmkobm |
简介 | Whatsapp™ Automation Assistant |
文件大小 | 242 KB |
安装次数 | 52 |
当前版本 | 1.0.0 |
更新时间 | 2019-11-02 |
上架时间 | 2019-11-02 |
评分 | 3.33/5 共3次评分 |
开发者 | http://geniusapes.co |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.facebook.com/groups/2286393421682620/?ref=bookmarks |
隐私政策页面URL | https://bionicprogram.com/m/agreement/tos |
支持的语言 | id |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wariz - Whatsapp\u2122 Automation Assistant", "description": "Whatsapp\u2122 Automation Assistant", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Whatsapp\u2122 Automation Assistant" }, "permissions": [ "unlimitedStorage", "storage", "tabs", "activeTab", "webNavigation", "webRequest", "webRequestBlocking", "*:\/\/web.whatsapp.com\/*", "identity", "identity.email" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |