Android Afiliado 2.0
Connect with your customers and grow your business with WhatsApp automation tool
Hvad er Android Afiliado 2.0?
Android Afiliado 2.0 er en Chrome-udvidelse udviklet af http://androidafiliado.com.br, og dens hovedfunktion er "Connect with your customers and grow your business with WhatsApp automation tool".
Udvidelsesskærmbilleder
Download Android Afiliado 2.0-udvidelses-CRX-fil
Download Android Afiliado 2.0-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dkaipdiojjjonjblcdgnhdfckkimlfeg |
Officiel URL | https://chrome.google.com/webstore/detail/android-afiliado-20/dkaipdiojjjonjblcdgnhdfckkimlfeg |
Beskrivelse | Connect with your customers and grow your business with WhatsApp automation tool |
Filstørrelse | 1.28 MB |
Antal Installationer | 403 |
Nuværende Version | 2.30.1 |
Senest Opdateret | 2021-09-01 |
Udgivelsesdato | 2021-09-01 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | http://androidafiliado.com.br |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://androidafiliado.com.br/site/ |
Hjælpeside-URL | https://wa.me/message/6VWX5P7HGUYPK1 |
URL til Fortrolighedspolitik Side | https://androidafiliado.com.br/politica-de-privacidade |
Understøttede Sprog | 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\/*" ] } |