Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Whippy - All in One Communication Platform là gì?

Whippy - All in One Communication Platform là một tiện ích mở rộng Chrome được phát triển bởi https://whippy.co, và tính năng chính của nó là "Click to text from webpage, CRM or ATS.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whippy - All in One Communication Platform

Tải xuống các tệp mở rộng Whippy - All in One Communication Platform dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whippy - All in One Communication Platform Whippy - All in One Communication Platform
ID fdniocipdjcdaedhpbjbpjjpbbhijmde
URL Chính Thức https://chromewebstore.google.com/detail/whippy-all-in-one-communi/fdniocipdjcdaedhpbjbpjjpbbhijmde
Mô tả Click to text from webpage, CRM or ATS.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 0
Phiên Bản Hiện Tại 0.0.0.7
Cập Nhật Lần Cuối 2023-10-04
Ngày Phát Hành 2023-07-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://whippy.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.whippy.ai
URL Trang Trợ Giúp https://www.whippy.ai/demo
URL Trang Chính Sách Bảo Mật https://www.whippy.ai/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}