forzapp
forzapp.com - Conecte-se com suas contas do WhatsApp
What is forzapp?
forzapp is a Chrome extension developed by https://forzapp.com, and its main feature is "forzapp.com - Conecte-se com suas contas do WhatsApp".
Extension Screenshots
Download forzapp Extension CRX File
Download forzapp 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
Ferramenta de automação de Marketing. Efetue disparos em massa, Monitore, interaja e construa listas através de grupos, programe respostas inteligentes e automáticas para seus clientes, e muito mais...
Extension Basic Information
Name | |
ID | ckellkkaakjbhkiplkddaicidafjcclh |
Official URL | https://chrome.google.com/webstore/detail/forzapp/ckellkkaakjbhkiplkddaicidafjcclh |
Description | forzapp.com - Conecte-se com suas contas do WhatsApp |
File Size | 52.94 KB |
Installation Count | 114 |
Current Version | 3.5.3.2 |
Last Updated | 2022-03-11 |
Publish Date | 2020-06-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://forzapp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://forzapp.com |
Privacy Policy Page URL | https://forzapp.com.br/termos-de-uso |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "forzapp", "version": "3.5.3.2", "description": "forzapp.com - Conecte-se com suas contas do WhatsApp", "browser_action": { "default_icon": "icon48_off.png", "default_popup": "settings_popup.html", "default_title": "forzapp" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "config.js", "script.js", "stomp.min.js" ], "run_at": "document_end" } ], "options_page": "settings.html", "web_accessible_resources": [ "client.js", "stomp.min.js" ], "background": { "scripts": [ "config.js", "background.js", "stomp.min.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.whatsapp.*\/*", "https:\/\/*.whatsapp.*\/*" ] } |