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…

什麼是Vaam - Book more meetings?

Vaam - Book more meetings是由https://vaam.io開發的Chrome擴展程式,該擴展的主要功能是“Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and…”。

擴展截圖

screenshot
screenshot
screenshot

下載Vaam - Book more meetings擴展crx文件

下載Vaam - Book more meetings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Vaam - Book more meetings Vaam - Book more meetings
ID mfnihmhpikbpioclaalnljadjbmbcppo
官方網址 https://chromewebstore.google.com/detail/vaam-book-more-meetings/mfnihmhpikbpioclaalnljadjbmbcppo
簡介 Revamp your B2B game with Vaam – the ultimate game-changer in sales and customer engagement. Say goodbye to the usual drill and…
檔案大小 3.8 MB
安裝次數 4,019
目前版本 1.76.0
更新時間 2024-02-14
上架時間 2020-09-16
評分 4.97/5 共 68 次評分
開發者 https://vaam.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://vaam.io
說明頁面URL http://support.vaam.io
隱私政策頁面URL https://vaam.io/privacy
支援的語言 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"
}