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
官方網址 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\/*"
    ]
}