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…

Apa itu Vaam - Book more meetings?

Vaam - Book more meetings adalah ekstensi Chrome yang dikembangkan oleh https://vaam.io, dan fitur utamanya adalah "Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Vaam - Book more meetings

Unduh file ekstensi Vaam - Book more meetings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Vaam - Book more meetings Vaam - Book more meetings
ID mfnihmhpikbpioclaalnljadjbmbcppo
URL Resmi https://chromewebstore.google.com/detail/vaam-book-more-meetings/mfnihmhpikbpioclaalnljadjbmbcppo
Deskripsi Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and…
Ukuran File 3.8 MB
Jumlah Instalasi 4,019
Versi Saat Ini 1.76.0
Terakhir Diperbarui 2024-02-14
Tanggal Publikasi 2020-09-16
Penilaian 4.97/5 Total 68 Penilaian
Pengembang https://vaam.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://vaam.io
URL Halaman Bantuan http://support.vaam.io
URL Halaman Kebijakan Privasi https://vaam.io/privacy
Bahasa yang Didukung 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"
}