Android Afiliado 2.0

Connect with your customers and grow your business with WhatsApp automation tool

Qu'est-ce que Android Afiliado 2.0 ?

Android Afiliado 2.0 est une extension Chrome développée par http://androidafiliado.com.br, et sa fonction principale est "Connect with your customers and grow your business with WhatsApp automation tool".

Télécharger le fichier CRX de l'extension Android Afiliado 2.0

Téléchargez les fichiers d'extension Android Afiliado 2.0 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Uma ferramenta de vendas automáticas trazendo plasticidade para nossos clientes fazer bom uso dela                    

Informations de Base sur l'Extension

Nom Android Afiliado 2.0 Android Afiliado 2.0
ID nncmhhojpcjbphphndkpeneejnbenmpf
URL Officiel https://chrome.google.com/webstore/detail/android-afiliado-20/nncmhhojpcjbphphndkpeneejnbenmpf
Description Connect with your customers and grow your business with WhatsApp automation tool
Taille du Fichier 1.28 MB
Nombre d'Installations 108
Version Actuelle 2.1
Dernière Mise à Jour 2021-08-30
Date de Publication 2021-08-30
Développeur http://androidafiliado.com.br
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://androidafiliado.com.br/site/
URL de la Page d'Aide https://wa.me/message/6VWX5P7HGUYPK1
URL de la Page de Politique de Confidentialité https://androidafiliado.com.br/politica-de-privacidade
Langues Prises en Charge 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\/*"
    ]
}