Warm Welcome

Personal client communication through video in one simple app.

Warm Welcomeとは何ですか?

Warm WelcomeはWarm Welcomeによって開発されたChromeの拡張機能で、その主な機能は「Personal client communication through video in one simple app.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Warm Welcome拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*\/*"
    ]
}