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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ http://help.warmwelcome.com/
URL หน้านโยบายความเป็นส่วนตัว 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:\/\/*\/*"
    ]
}