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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.whippy.ai/demo
عنوان صفحة سياسة الخصوصية 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"
}