Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Hvad er Whippy - All in One Communication Platform?

Whippy - All in One Communication Platform er en Chrome-udvidelse udviklet af https://whippy.co, og dens hovedfunktion er "Click to text from webpage, CRM or ATS.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Whippy - All in One Communication Platform-udvidelses-CRX-fil

Download Whippy - All in One Communication Platform-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
Officiel URL https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
Beskrivelse Click to text from webpage, CRM or ATS.
Filstørrelse 110 KB
Antal Installationer 0
Nuværende Version 0.0.0.7
Senest Opdateret 2023-10-04
Udgivelsesdato 2023-07-25
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://whippy.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.whippy.ai
Hjælpeside-URL https://www.whippy.ai/demo
URL til Fortrolighedspolitik Side https://www.whippy.ai/legal/privacy-policy
Understøttede Sprog 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"
}