Wariz - Whatsapp™ Automation Assistant
Whatsapp™ Automation Assistant
Was ist Wariz - Whatsapp™ Automation Assistant?
Wariz - Whatsapp™ Automation Assistant ist eine Chrome-Erweiterung, die von http://geniusapes.co entwickelt wurde, und ihr Hauptmerkmal ist "Whatsapp™ Automation Assistant".
Erweiterungsscreenshots
Wariz - Whatsapp™ Automation Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wariz - Whatsapp™ Automation Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 -
Grundlegende Informationen zur Erweiterung
Name | |
ID | cppchfdjfagoinajnloekmjjocgmkobm |
Offizielle URL | https://chrome.google.com/webstore/detail/wariz-whatsapp-automation/cppchfdjfagoinajnloekmjjocgmkobm |
Beschreibung | Whatsapp™ Automation Assistant |
Dateigröße | 242 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2019-11-02 |
Veröffentlichungsdatum | 2019-11-02 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | http://geniusapes.co |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://www.facebook.com/groups/2286393421682620/?ref=bookmarks |
URL der Datenschutzrichtlinien-Seite | https://bionicprogram.com/m/agreement/tos |
Unterstützte Sprachen | 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 } } |