Clienty Wap Sender

Clienty WhatsApp message sender

Wat is Clienty Wap Sender?

Clienty Wap Sender is een Chrome-extensie ontwikkeld door https://clienty.co, en de belangrijkste functie is "Clienty WhatsApp message sender".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Clienty Wap Sender

Download Clienty Wap Sender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Clienty Wap Sender Clienty Wap Sender
ID ogfjacfnpglhmdllkobbhpdmpdakkhhh
Officiële URL https://chromewebstore.google.com/detail/clienty-wap-sender/ogfjacfnpglhmdllkobbhpdmpdakkhhh
Beschrijving Clienty WhatsApp message sender
Bestandsgrootte 2.25 MB
Aantal Installaties 280
Huidige Versie 1.8.1
Laatst Bijgewerkt 2023-08-10
Publicatiedatum 2022-08-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://clienty.co
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://clienty.co/tyc
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}