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".
Extension Screenshots
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
Oferece uma ferramenta classificada a melhor do mercado em disparo de mensagens em massa de forma simples e fácil. Suas mensagens podem ter dados personalizados como: nome, status de um pedido, dados de transação, link para pagamento… Você também pode enviar imagem, video, links, PDF ou áudio na sua mensagem. E em poucos cliques já começa a enviar centenas de mensagens.
Extension Basic Information
Name | |
ID | dkaipdiojjjonjblcdgnhdfckkimlfeg |
Official URL | https://chrome.google.com/webstore/detail/android-afiliado-20/dkaipdiojjjonjblcdgnhdfckkimlfeg |
Description | Connect with your customers and grow your business with WhatsApp automation tool |
File Size | 1.28 MB |
Installation Count | 403 |
Current Version | 2.30.1 |
Last Updated | 2021-09-01 |
Publish Date | 2021-09-01 |
Rating | 1.00/5 Total 1 Ratings |
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.30.1", "web_accessible_resources": [ "\/logo\/*" ] } |