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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whippy.co และคุณลักษณะหลักของมันคือ "Click to text from webpage, CRM or ATS."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whippy - All in One Communication Platform

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}