Android Afiliado 2.0
Connect with your customers and grow your business with WhatsApp automation tool
What is Android Afiliado 2.0?
Android Afiliado 2.0 is a Chrome extension developed by http://androidafiliado.com.br, and its main feature is "Connect with your customers and grow your business with WhatsApp automation tool".
Download Android Afiliado 2.0 Extension CRX File
Download Android Afiliado 2.0 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
Uma ferramenta de vendas automáticas trazendo plasticidade para nossos clientes fazer bom uso dela
Extension Basic Information
Name | |
ID | nncmhhojpcjbphphndkpeneejnbenmpf |
Official URL | https://chrome.google.com/webstore/detail/android-afiliado-20/nncmhhojpcjbphphndkpeneejnbenmpf |
Description | Connect with your customers and grow your business with WhatsApp automation tool |
File Size | 1.28 MB |
Installation Count | 108 |
Current Version | 2.1 |
Last Updated | 2021-08-30 |
Publish Date | 2021-08-30 |
Developer | http://androidafiliado.com.br |
[email protected] | |
Payment Type | in_app |
Extension Website | https://androidafiliado.com.br/site/ |
Help Page URL | https://wa.me/message/6VWX5P7HGUYPK1 |
Privacy Policy Page URL | https://androidafiliado.com.br/politica-de-privacidade |
Supported Languages | id,en,en-US,es,pt-BR,hi |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Android Afiliado 2.0" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/jquery.js", "js\/content.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "pt_BR", "description": "__MSG_Desc__", "icons": { "128": "logo\/large.png", "16": "logo\/small.png", "48": "logo\/medium.png" }, "manifest_version": 2, "name": "Android Afiliado 2.0", "permissions": [ "storage", "notifications", "tabs", "identity", "identity.email" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1", "web_accessible_resources": [ "\/logo\/*" ] } |