Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Vad är Whippy - All in One Communication Platform?

Whippy - All in One Communication Platform är en Chrome-tillägg utvecklad av https://whippy.co, och dess huvudfunktion är "Click to text from webpage, CRM or ATS.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Whippy - All in One Communication Platform-förlängningens CRX-fil

Ladda ner Whippy - All in One Communication Platform-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
Officiell webbadress https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
Beskrivning Click to text from webpage, CRM or ATS.
Filstorlek 110 KB
Antal Installationer 0
Aktuell Version 0.0.0.7
Senast Uppdaterad 2023-10-04
Publiceringsdatum 2023-07-25
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://whippy.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.whippy.ai
Hjälpsida URL https://www.whippy.ai/demo
URL till Sekretesspolicy Sidan https://www.whippy.ai/legal/privacy-policy
Stödda Språk 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"
}