Android Afiliado 2.0

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

Android Afiliado 2.0 là gì?

Android Afiliado 2.0 là một tiện ích mở rộng Chrome được phát triển bởi http://androidafiliado.com.br, và tính năng chính của nó là "Connect with your customers and grow your business with WhatsApp automation tool".

Tải xuống tệp CRX của tiện ích mở rộng Android Afiliado 2.0

Tải xuống các tệp mở rộng Android Afiliado 2.0 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Android Afiliado 2.0 Android Afiliado 2.0
ID nncmhhojpcjbphphndkpeneejnbenmpf
URL Chính Thức https://chrome.google.com/webstore/detail/android-afiliado-20/nncmhhojpcjbphphndkpeneejnbenmpf
Mô tả Connect with your customers and grow your business with WhatsApp automation tool
Kích Thước Tệp 1.28 MB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2021-08-30
Ngày Phát Hành 2021-08-30
Nhà Phát Triển http://androidafiliado.com.br
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://androidafiliado.com.br/site/
URL Trang Trợ Giúp https://wa.me/message/6VWX5P7HGUYPK1
URL Trang Chính Sách Bảo Mật https://androidafiliado.com.br/politica-de-privacidade
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}