Android Afiliado 2.0

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

Wat is Android Afiliado 2.0?

Android Afiliado 2.0 is een Chrome-extensie ontwikkeld door http://androidafiliado.com.br, en de belangrijkste functie is "Connect with your customers and grow your business with WhatsApp automation tool".

Download het CRX-bestand van de extensie Android Afiliado 2.0

Download Android Afiliado 2.0-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Android Afiliado 2.0 Android Afiliado 2.0
ID nncmhhojpcjbphphndkpeneejnbenmpf
Officiële URL https://chrome.google.com/webstore/detail/android-afiliado-20/nncmhhojpcjbphphndkpeneejnbenmpf
Beschrijving Connect with your customers and grow your business with WhatsApp automation tool
Bestandsgrootte 1.28 MB
Aantal Installaties 108
Huidige Versie 2.1
Laatst Bijgewerkt 2021-08-30
Publicatiedatum 2021-08-30
Ontwikkelaar http://androidafiliado.com.br
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://androidafiliado.com.br/site/
Help Pagina-URL https://wa.me/message/6VWX5P7HGUYPK1
URL van de Privacybeleid Pagina https://androidafiliado.com.br/politica-de-privacidade
Ondersteunde Talen 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\/*"
    ]
}