Clienty Wap Sender

Clienty WhatsApp message sender

Clienty Wap Senderคืออะไร?

Clienty Wap Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clienty.co และคุณลักษณะหลักของมันคือ "Clienty WhatsApp message sender"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clienty Wap Sender

ดาวน์โหลดไฟล์ส่วนขยาย Clienty Wap Sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        WhatsApp messages sender plugin to use in conjunction with Clienty CRM.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clienty Wap Sender Clienty Wap Sender
ID ogfjacfnpglhmdllkobbhpdmpdakkhhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clienty-wap-sender/ogfjacfnpglhmdllkobbhpdmpdakkhhh
คำอธิบาย Clienty WhatsApp message sender
ขนาดไฟล์ 2.25 MB
จำนวนการติดตั้ง 280
เวอร์ชันปัจจุบัน 1.8.1
อัปเดตครั้งล่าสุด 2023-08-10
วันที่เผยแพร่ 2022-08-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://clienty.co
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://clienty.co/tyc
ภาษาที่รองรับ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clienty Wap Sender",
    "version": "1.8.1",
    "description": "Clienty WhatsApp message sender",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Clienty Wap Sender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "web.whatsapp.content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.clienty.co\/*",
                "*:\/\/*.clienty.test\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "clienty.content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web.whatsapp.content.accessible.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}