Warm Welcome

Personal client communication through video in one simple app.

ما هو Warm Welcome؟

Warm Welcome هو إضافة Chrome تم تطويرها بواسطة Warm Welcome، والميزة الرئيسية لها هي "Personal client communication through video in one simple app.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Warm Welcome

قم بتنزيل ملفات الامتداد Warm Welcome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The best way to communicate with your clients! 

You shouldn't need 37 different programs to communicate with your clients. Warm Welcome is the only app that wraps everything up into one beautifully simple app.

🎦  Send video emails
🖥️  Record your screen and camera in one click
🙏🏻  Request videos from your clients
👉  Create interactive videos for your website
💭  Add a video chat bubble to your website
🚀  Create video landing pages that convert
📇  Share Video Business cards
📧  Add a video email signature                    

معلومات أساسية عن التمديد

الاسم Warm Welcome Warm Welcome
ID khecmdcbcemodllaghjpckaihpdpopoj
عنوان URL الرسمي https://chromewebstore.google.com/detail/warm-welcome/khecmdcbcemodllaghjpckaihpdpopoj
الوصف Personal client communication through video in one simple app.
حجم الملف 3.98 MB
عدد التثبيتات 1,726
النسخة الحالية 2.3.2
آخر تحديث 2024-01-03
تاريخ النشر 2020-04-14
تقييم 4.57/5 مجموع تقييمات 7
المطور Warm Welcome
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.warmwelcome.com
عنوان صفحة المساعدة http://help.warmwelcome.com/
عنوان صفحة سياسة الخصوصية https://www.warmwelcome.com/tos
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Warm Welcome",
    "version": "2.3.2",
    "browser_action": {
        "default_icon": ".\/dist\/icons\/logo-32.png"
    },
    "description": "Personal client communication through video in one simple app.",
    "icons": {
        "16": ".\/dist\/icons\/logo-16.png",
        "48": ".\/dist\/icons\/logo-48.png",
        "128": ".\/dist\/icons\/logo-128.png"
    },
    "background": {
        "scripts": [
            ".\/dist\/background-bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                ".\/dist\/main-bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.warmwelcome.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                ".\/dist\/parser-bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                ".\/dist\/gmail-bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                ".\/dist\/linkedin-bundle.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "dist\/images\/*.png",
        "dist\/images\/*.svg",
        "dist\/images\/*.gif",
        "pages\/recorder.html",
        "pages\/gmail-options.html",
        "pages\/linkedin-options.html"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabCapture",
        "desktopCapture",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}