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:\/\/*\/*"
    ]
}