Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Whippy - All in One Communication Platformとは何ですか?

Whippy - All in One Communication Platformはhttps://whippy.coによって開発されたChromeの拡張機能で、その主な機能は「Click to text from webpage, CRM or ATS.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Whippy - All in One Communication Platform拡張機能のCRXファイルをダウンロード

Whippy - All in One Communication Platform拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
公式URL https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
説明 Click to text from webpage, CRM or ATS.
ファイルサイズ 110 KB
インストール数 0
現在のバージョン 0.0.0.7
最終更新日 2023-10-04
公開日 2023-07-25
評価 5.00/5 合計 3 レビュー
開発者 https://whippy.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.whippy.ai
ヘルプページのURL https://www.whippy.ai/demo
プライバシーポリシーページのURL https://www.whippy.ai/legal/privacy-policy
対応言語 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"
}