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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}