Android Afiliado 2.0

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

什么是Android Afiliado 2.0?

Android Afiliado 2.0是由http://androidafiliado.com.br开发的Chrome扩展程序,该扩展的主要功能是“Connect with your customers and grow your business with WhatsApp automation tool”。

下载Android Afiliado 2.0扩展crx文件

下载Android Afiliado 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Android Afiliado 2.0 Android Afiliado 2.0
ID nncmhhojpcjbphphndkpeneejnbenmpf
官方URL https://chrome.google.com/webstore/detail/android-afiliado-20/nncmhhojpcjbphphndkpeneejnbenmpf
简介 Connect with your customers and grow your business with WhatsApp automation tool
文件大小 1.28 MB
安装次数 108
当前版本 2.1
更新时间 2021-08-30
上架时间 2021-08-30
开发者 http://androidafiliado.com.br
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://androidafiliado.com.br/site/
帮助页面URL https://wa.me/message/6VWX5P7HGUYPK1
隐私政策页面URL https://androidafiliado.com.br/politica-de-privacidade
支持的语言 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\/*"
    ]
}