Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Co je Whippy - All in One Communication Platform?

Whippy - All in One Communication Platform je rozšíření Chrome vyvinuté https://whippy.co, a jeho hlavní funkcí je „Click to text from webpage, CRM or ATS.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Whippy - All in One Communication Platform

Stáhněte si soubory rozšíření Whippy - All in One Communication Platform ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
Oficiální URL https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
Popis Click to text from webpage, CRM or ATS.
Velikost souboru 110 KB
Počet instalací 0
Aktuální Verze 0.0.0.7
Poslední Aktualizace 2023-10-04
Datum Vydání 2023-07-25
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://whippy.co
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.whippy.ai
URL Stránky Nápovědy https://www.whippy.ai/demo
URL Stránky Zásad Ochrany Soukromí https://www.whippy.ai/legal/privacy-policy
Podporované Jazyky 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"
}