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…

What is Vaam - Book more meetings?

Vaam - Book more meetings is a Chrome extension developed by https://vaam.io, and its main feature is "Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Vaam - Book more meetings Extension CRX File

Download Vaam - Book more meetings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Vaam - Book more meetings Vaam - Book more meetings
ID mfnihmhpikbpioclaalnljadjbmbcppo
Official URL https://chromewebstore.google.com/detail/vaam-book-more-meetings/mfnihmhpikbpioclaalnljadjbmbcppo
Description Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and…
File Size 3.8 MB
Installation Count 4,019
Current Version 1.76.0
Last Updated 2024-02-14
Publish Date 2020-09-16
Rating 4.97/5 Total 68 Ratings
Developer https://vaam.io
Email [email protected]
Payment Type free
Extension Website https://vaam.io
Help Page URL http://support.vaam.io
Privacy Policy Page URL https://vaam.io/privacy
Supported Languages 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"
}