Clienty Wap Sender

Clienty WhatsApp message sender

What is Clienty Wap Sender?

Clienty Wap Sender is a Chrome extension developed by https://clienty.co, and its main feature is "Clienty WhatsApp message sender".

Extension Screenshots

screenshot

Download Clienty Wap Sender Extension CRX File

Download Clienty Wap Sender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Clienty Wap Sender Clienty Wap Sender
ID ogfjacfnpglhmdllkobbhpdmpdakkhhh
Official URL https://chromewebstore.google.com/detail/clienty-wap-sender/ogfjacfnpglhmdllkobbhpdmpdakkhhh
Description Clienty WhatsApp message sender
File Size 2.25 MB
Installation Count 280
Current Version 1.8.1
Last Updated 2023-08-10
Publish Date 2022-08-26
Rating 5.00/5 Total 2 Ratings
Developer https://clienty.co
Email [email protected]
Payment Type free
Privacy Policy Page URL https://clienty.co/tyc
Supported Languages 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\/*"
            ]
        }
    ]
}