ZAP Express
Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp.
What is ZAP Express?
ZAP Express is a Chrome extension developed by CRITICOLL, LLC, and its main feature is "Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp.".
Extension Screenshots
Download ZAP Express Extension CRX File
Download ZAP Express extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp.
Extension Basic Information
Name | ZAP Express |
ID | mbkcjkhpdnbhnfgcnbcoeleobojpilei |
Official URL | https://chromewebstore.google.com/detail/zap-express/mbkcjkhpdnbhnfgcnbcoeleobojpilei |
Description | Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp. |
File Size | 82.32 KB |
Installation Count | 32 |
Current Version | 1.7 |
Last Updated | 2020-05-11 |
Publish Date | 2020-05-10 |
Developer | CRITICOLL, LLC |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZAP Express", "description": "Envie mensagens automaticamente para todas as pessoas de qualquer grupo em seu WhatsApp.", "version": "1.7", "content_scripts": [ { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "js": [ "send.js" ] } ], "permissions": [ "https:\/\/web.whatsapp.com\/*", "http:\/\/web.whatsapp.com\/*", "storage", "https:\/\/holix.com.br\/*", "http:\/\/holix.com.br\/*" ], "icons": { "128": "print_128x128.png" }, "browser_action": { "default_title": "Menu.", "default_icon": "print_16x16.png", "default_popup": "popup.html" }, "manifest_version": 2 } |