Android Afiliado 2.0
Connect with your customers and grow your business with WhatsApp automation tool
Co to jest Android Afiliado 2.0?
Android Afiliado 2.0 to rozszerzenie Chrome opracowane przez http://androidafiliado.com.br, a jego główną funkcją jest „Connect with your customers and grow your business with WhatsApp automation tool”.
Pobierz plik CRX rozszerzenia Android Afiliado 2.0
Pobierz pliki rozszerzeń Android Afiliado 2.0 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Uma ferramenta de vendas automáticas trazendo plasticidade para nossos clientes fazer bom uso dela
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nncmhhojpcjbphphndkpeneejnbenmpf |
Oficjalny URL | https://chrome.google.com/webstore/detail/android-afiliado-20/nncmhhojpcjbphphndkpeneejnbenmpf |
Opis | Connect with your customers and grow your business with WhatsApp automation tool |
Rozmiar pliku | 1.28 MB |
Liczba instalacji | 108 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2021-08-30 |
Data Publikacji | 2021-08-30 |
Deweloper | http://androidafiliado.com.br |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://androidafiliado.com.br/site/ |
Adres URL Strony Pomocy | https://wa.me/message/6VWX5P7HGUYPK1 |
Adres URL Strony Polityki Prywatności | https://androidafiliado.com.br/politica-de-privacidade |
Obsługiwane Języki | 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\/*" ] } |