Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Qu'est-ce que Whippy - All in One Communication Platform ?

Whippy - All in One Communication Platform est une extension Chrome développée par https://whippy.co, et sa fonction principale est "Click to text from webpage, CRM or ATS.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Whippy - All in One Communication Platform

Téléchargez les fichiers d'extension Whippy - All in One Communication Platform au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Whippy is an all in one communication platform for teams. With our chrome extension you can send messages, create campaigns and trigger sequences from any website, CRM or ATS.                    

Informations de Base sur l'Extension

Nom Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
URL Officiel https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
Description Click to text from webpage, CRM or ATS.
Taille du Fichier 110 KB
Nombre d'Installations 0
Version Actuelle 0.0.0.7
Dernière Mise à Jour 2023-10-04
Date de Publication 2023-07-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://whippy.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.whippy.ai
URL de la Page d'Aide https://www.whippy.ai/demo
URL de la Page de Politique de Confidentialité https://www.whippy.ai/legal/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "action": {
        "default_icon": {
            "48": "assets\/whippy_48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/localhost:*\/*",
                "*:\/\/*.whippy.co\/*"
            ],
            "js": [
                "lodash-debounce.js",
                "libphonenumber-max.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Click to text from webpage, CRM or ATS.",
    "icons": {
        "128": "assets\/whippy_128.png",
        "16": "assets\/whippy_16.png",
        "48": "assets\/whippy_48.png"
    },
    "manifest_version": 3,
    "name": "Whippy - All in One Communication Platform",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "whippy-chrome",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.7"
}