Warm Welcome

Personal client communication through video in one simple app.

Hvad er Warm Welcome?

Warm Welcome er en Chrome-udvidelse udviklet af Warm Welcome, og dens hovedfunktion er "Personal client communication through video in one simple app.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Warm Welcome-udvidelses-CRX-fil

Download Warm Welcome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Warm Welcome Warm Welcome
ID khecmdcbcemodllaghjpckaihpdpopoj
Officiel URL https://chromewebstore.google.com/detail/warm-welcome/khecmdcbcemodllaghjpckaihpdpopoj
Beskrivelse Personal client communication through video in one simple app.
Filstørrelse 3.98 MB
Antal Installationer 1,726
Nuværende Version 2.3.2
Senest Opdateret 2024-01-03
Udgivelsesdato 2020-04-14
Bedømmelse 4.57/5 Samlet 7 Bedømmelser
Udvikler Warm Welcome
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.warmwelcome.com
Hjælpeside-URL http://help.warmwelcome.com/
URL til Fortrolighedspolitik Side https://www.warmwelcome.com/tos
Understøttede Sprog 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:\/\/*\/*"
    ]
}