Android Afiliado 2.0
Connect with your customers and grow your business with WhatsApp automation tool
Was ist Android Afiliado 2.0?
Android Afiliado 2.0 ist eine Chrome-Erweiterung, die von http://androidafiliado.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Connect with your customers and grow your business with WhatsApp automation tool".
Android Afiliado 2.0-Erweiterungs-CRX-Datei herunterladen
Laden Sie Android Afiliado 2.0-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Uma ferramenta de vendas automáticas trazendo plasticidade para nossos clientes fazer bom uso dela
Grundlegende Informationen zur Erweiterung
Name | |
ID | nncmhhojpcjbphphndkpeneejnbenmpf |
Offizielle URL | https://chrome.google.com/webstore/detail/android-afiliado-20/nncmhhojpcjbphphndkpeneejnbenmpf |
Beschreibung | Connect with your customers and grow your business with WhatsApp automation tool |
Dateigröße | 1.28 MB |
Installationsanzahl | 108 |
Aktuelle Version | 2.1 |
Letztes Update | 2021-08-30 |
Veröffentlichungsdatum | 2021-08-30 |
Entwickler | http://androidafiliado.com.br |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://androidafiliado.com.br/site/ |
Hilfeseite URL | https://wa.me/message/6VWX5P7HGUYPK1 |
URL der Datenschutzrichtlinien-Seite | https://androidafiliado.com.br/politica-de-privacidade |
Unterstützte Sprachen | 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\/*" ] } |