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
官方網址 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
電子郵箱 [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"
}