Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Was ist Whippy - All in One Communication Platform?

Whippy - All in One Communication Platform ist eine Chrome-Erweiterung, die von https://whippy.co entwickelt wurde, und ihr Hauptmerkmal ist "Click to text from webpage, CRM or ATS.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Whippy - All in One Communication Platform-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whippy - All in One Communication Platform-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
Offizielle URL https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
Beschreibung Click to text from webpage, CRM or ATS.
Dateigröße 110 KB
Installationsanzahl 0
Aktuelle Version 0.0.0.7
Letztes Update 2023-10-04
Veröffentlichungsdatum 2023-07-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://whippy.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.whippy.ai
Hilfeseite URL https://www.whippy.ai/demo
URL der Datenschutzrichtlinien-Seite https://www.whippy.ai/legal/privacy-policy
Unterstützte Sprachen 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"
}