Clienty Wap Sender

Clienty WhatsApp message sender

Clienty Wap Sender là gì?

Clienty Wap Sender là một tiện ích mở rộng Chrome được phát triển bởi https://clienty.co, và tính năng chính của nó là "Clienty WhatsApp message sender".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clienty Wap Sender

Tải xuống các tệp mở rộng Clienty Wap Sender 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

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

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

Tên Clienty Wap Sender Clienty Wap Sender
ID ogfjacfnpglhmdllkobbhpdmpdakkhhh
URL Chính Thức https://chromewebstore.google.com/detail/clienty-wap-sender/ogfjacfnpglhmdllkobbhpdmpdakkhhh
Mô tả Clienty WhatsApp message sender
Kích Thước Tệp 2.25 MB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2023-08-10
Ngày Phát Hành 2022-08-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://clienty.co
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://clienty.co/tyc
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}