Android Afiliado 2.0
Connect with your customers and grow your business with WhatsApp automation tool
Vad är Android Afiliado 2.0?
Android Afiliado 2.0 är en Chrome-tillägg utvecklad av http://androidafiliado.com.br, och dess huvudfunktion är "Connect with your customers and grow your business with WhatsApp automation tool".
Ladda ner Android Afiliado 2.0-förlängningens CRX-fil
Ladda ner Android Afiliado 2.0-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Uma ferramenta de vendas automáticas trazendo plasticidade para nossos clientes fazer bom uso dela
Grundläggande Information om Tillägg
Namn | |
ID | nncmhhojpcjbphphndkpeneejnbenmpf |
Officiell webbadress | https://chrome.google.com/webstore/detail/android-afiliado-20/nncmhhojpcjbphphndkpeneejnbenmpf |
Beskrivning | Connect with your customers and grow your business with WhatsApp automation tool |
Filstorlek | 1.28 MB |
Antal Installationer | 108 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2021-08-30 |
Publiceringsdatum | 2021-08-30 |
Utvecklare | http://androidafiliado.com.br |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://androidafiliado.com.br/site/ |
Hjälpsida URL | https://wa.me/message/6VWX5P7HGUYPK1 |
URL till Sekretesspolicy Sidan | https://androidafiliado.com.br/politica-de-privacidade |
Stödda Språk | 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\/*" ] } |