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
电子邮箱 [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"
}