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 |
官方網址 | 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 } } |