Clienty Wap Sender

Clienty WhatsApp message sender

什麼是Clienty Wap Sender?

Clienty Wap Sender是由https://clienty.co開發的Chrome擴展程式,該擴展的主要功能是“Clienty WhatsApp message sender”。

擴展截圖

screenshot

下載Clienty Wap Sender擴展crx文件

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