Android Afiliado 2.0

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

Android Afiliado 2.0คืออะไร?

Android Afiliado 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://androidafiliado.com.br และคุณลักษณะหลักของมันคือ "Connect with your customers and grow your business with WhatsApp automation tool"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Android Afiliado 2.0

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}