Vaam - Book more meetings

Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and…

Co je Vaam - Book more meetings?

Vaam - Book more meetings je rozšíření Chrome vyvinuté https://vaam.io, a jeho hlavní funkcí je „Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Vaam - Book more meetings

Stáhněte si soubory rozšíření Vaam - Book more meetings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and hello to automated, captivating, and personalized communication that turns prospects into partners.

======================================

🔄 ONE CLICK, MANY OPPORTUNITIES

Get your sales engine running smoother and faster. Whether you’re handpicking prospects on LinkedIn, diving into your Sales Navigator, or juggling contacts somewhere else, Vaam fits right in. Automate the routine with our nifty tools like LinkedIn and email automation, making sure you’re always on your prospects’ radar.

🎥 MAKE EVERY MESSAGE COUNT

Kick off conversations on the right note. Embed your own video messages (yep, we call them vaams) right into your emails or LinkedIn chats. Vaam helps you cut through the inbox clutter, ensuring your message isn't just another email, but a memorable moment.

📹 YOUR STORY, MANY FACES

Craft your story once, and let Vaam tailor it for each prospect. Our tech takes your master video and spins it into hundreds of personalized versions. So, you're not just sending info; you're making every prospect feel special.

💼 BEYOND JUST SALES

Vaam isn't just about closing deals; it's about nurturing relationships. Swap those repetitive tasks with quick Vaam videos to make onboarding a breeze, support feel more supportive, and every customer interaction a bit more human. Our ready-to-roll templates and workflows make it super easy.


Jump into the new age of B2B sales and customer relationships with Vaam. Make your outreach count, streamline your workflow, and create impressions that last.

Start for free – no strings (or cards) attached!                    

Základní Informace o Rozšíření

Název Vaam - Book more meetings Vaam - Book more meetings
ID mfnihmhpikbpioclaalnljadjbmbcppo
Oficiální URL https://chromewebstore.google.com/detail/vaam-book-more-meetings/mfnihmhpikbpioclaalnljadjbmbcppo
Popis Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and…
Velikost souboru 3.8 MB
Počet instalací 4,019
Aktuální Verze 1.76.0
Poslední Aktualizace 2024-02-14
Datum Vydání 2020-09-16
Hodnocení 4.97/5 Celkem 68 Hodnocení
Vývojář https://vaam.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://vaam.io
URL Stránky Nápovědy http://support.vaam.io
URL Stránky Zásad Ochrany Soukromí https://vaam.io/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vaam - Book more meetings",
    "background": {
        "page": "background.html"
    },
    "commands": {
        "toggle-recording": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            },
            "description": "Pause\/resume recording"
        },
        "finish-recording": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Finish recording"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+R",
                "mac": "Alt+Shift+R"
            }
        },
        "toggle-large-camera": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "mac": "Alt+Shift+C"
            },
            "description": "Toggle large camera"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vaam.io\/*",
            "*:\/\/mail.google.com\/*",
            "*:\/\/*.linkedin.com\/*",
            "https:\/\/app.zaplify.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.hubspot.com\/*"
            ],
            "js": [
                "hubspot.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.salesloft.com\/*"
            ],
            "js": [
                "salesloft.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/power.upsales.com\/*"
            ],
            "js": [
                "upsales.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.force.com\/*"
            ],
            "js": [
                "salesforce.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.cling.se\/*"
            ],
            "js": [
                "cling.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedin.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "github.bundle.js"
            ]
        }
    ],
    "permissions": [
        "",
        "activeTab",
        "cookies",
        "desktopCapture",
        "tabCapture",
        "*:\/\/*.vaam.io\/"
    ],
    "browser_action": {
        "default_icon": "assets\/images\/icon128.png",
        "default_title": "Vaam",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "assets\/*",
        "get-device-access.html",
        "cam-view.html",
        "audio-visualizer.html",
        "embed.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src https:\/\/storage.googleapis.com;",
    "version": "1.76.0"
}