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