Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Co to jest Whippy - All in One Communication Platform?

Whippy - All in One Communication Platform to rozszerzenie Chrome opracowane przez https://whippy.co, a jego główną funkcją jest „Click to text from webpage, CRM or ATS.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Whippy - All in One Communication Platform

Pobierz pliki rozszerzeń Whippy - All in One Communication Platform w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
Oficjalny URL https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
Opis Click to text from webpage, CRM or ATS.
Rozmiar pliku 110 KB
Liczba instalacji 0
Aktualna Wersja 0.0.0.7
Ostatnia Aktualizacja 2023-10-04
Data Publikacji 2023-07-25
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://whippy.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.whippy.ai
Adres URL Strony Pomocy https://www.whippy.ai/demo
Adres URL Strony Polityki Prywatności https://www.whippy.ai/legal/privacy-policy
Obsługiwane Języki 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"
}