Potion - Video Prospecting Tool for Sales

Instantly record and share videos to close more deals! Video emails allow you to sell faster, better and friendlier. It's FREE!

What is Potion - Video Prospecting Tool for Sales?

Potion - Video Prospecting Tool for Sales is a Chrome extension developed by https://sendpotion.com, and its main feature is "Instantly record and share videos to close more deals! Video emails allow you to sell faster, better and friendlier. It's FREE!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Potion - Video Prospecting Tool for Sales Extension CRX File

Download Potion - Video Prospecting Tool for Sales 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

                        Elevate Your Sales and Marketing Efforts with Potion - The Ultimate Video Prospecting Tool!

Unlock the power of personalized video messages and supercharge your outreach efforts with Potion's Chrome extension. Potion revolutionizes how you engage with prospects, delivering unparalleled impact to help you close more deals and build lasting relationships.

Why Use Potion?
Potion understands the challenges sales and marketing professionals face in today's competitive landscape. That's why we've developed a game-changing Chrome extension that seamlessly integrates into your workflow, enabling you to craft highly personalized videos effortlessly.

Instant, Impactful Video Emails
With Potion, you'll leave traditional emails in the dust. Our Chrome extension empowers you to create and share videos instantly, transforming your outreach into a dynamic, engaging experience. Video emails are your ticket to selling faster, better, and more amicably.

Effortless Personalization at Scale
Gone are the days of recording individual videos for each recipient. Potion's auto-generation feature takes personalization to a whole new level. Record your message once, and let Potion do the rest. It's like mail-merge for videos, but way cooler.

Seamless Integration
Potion seamlessly integrates with LinkedIn Messenger and Gmail, making video prospecting as easy as sending a regular message. With just a few clicks, you can create and share personalized videos that stand out and captivate your audience.

Unleash the Power of Potion:
1. Install the Potion Chrome Extension: Getting started is a breeze. Install our extension and take your outreach to the next level.
2. Create Personalized Video Templates: Click on "New Video Template" and follow the straightforward instructions to create your personalized videos at scale. Potion makes it easy to customize your messages for each recipient.
3. Record Once, Personalize for All: Potion's magic lies in its ability to take a single recording and personalize it for every recipient. It's like having your own video production team at your fingertips.

Versatile Sharing Options
Potion offers multiple ways to share your personalized videos. Whether it's as links, GIFs, or embedded directly into your LinkedIn direct messages, Potion gives you the flexibility to add character and personalization to your written correspondence.

Transform Your Outreach with Potion:
• Build Stronger Client Relationships: Show your clients you care by sending them personalized videos that resonate on a deeper level.
• Stand Out from the Crowd: In a sea of text-based emails, Potion ensures your messages grab attention and make a lasting impression.
• Boost Trust with Prospects: Personalized videos demonstrate your commitment and authenticity, instantly building trust with your prospects.
• Upsell to Existing Customers: Strengthen your relationships with existing customers by delivering compelling, personalized offers and messages.
• Deliver Powerful Pitches and Demos: Potion's impactful videos are the perfect way to showcase your products and services, making your sales pitches more compelling than ever.

Don't Settle for Boring “Text-only” Emails - Send Potion!

Why send plain, text-based emails when you can send Potion? Elevate your outreach efforts, capture your audience's attention, and close more deals with Potion's Chrome extension. Join the growing community of sales and marketing professionals who are transforming their prospecting game with Potion.

Start your journey to more impactful outreach today. Download Potion's Chrome extension and discover the future of personalized video prospecting, today!

Learn more at www.sendpotion.com                    

Extension Basic Information

Name Potion - Video Prospecting Tool for Sales Potion - Video Prospecting Tool for Sales
ID fikcpjkdkmmbmpahfkiodjnhnngfkghf
Official URL https://chromewebstore.google.com/detail/potion-video-prospecting/fikcpjkdkmmbmpahfkiodjnhnngfkghf
Description Instantly record and share videos to close more deals! Video emails allow you to sell faster, better and friendlier. It's FREE!
File Size 9.6 MB
Installation Count 1,890
Current Version 2024.1.8017
Last Updated 2024-01-05
Publish Date 2020-07-04
Rating 5.00/5 Total 10 Ratings
Developer https://sendpotion.com
Email [email protected]
Payment Type free
Extension Website https://www.sendpotion.com
Help Page URL https://www.sendpotion.com/#FAQ
Privacy Policy Page URL https://www.sendpotion.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Potion - Video Prospecting Tool for Sales",
    "description": "Instantly record and share videos to close more deals! Video emails allow you to sell faster, better and friendlier. It's FREE!",
    "version": "2024.1.8017",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/config.js",
                "js\/chrome-extension-async.js",
                "js\/common-content.js",
                "js\/inboxsdk.js",
                "js\/content-gmail.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/config.js",
                "js\/chrome-extension-async.js",
                "js\/common-content.js",
                "js\/content-linkedin.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "vendor\/gsap.min.js",
                "js\/config.js",
                "js\/chrome-extension-async.js",
                "js\/common-content.js",
                "vendor\/svg.js",
                "js\/gsap-content.js",
                "js\/screen-recorder-ui.js",
                "js\/media-recording-controller.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_end",
            "exclude_matches": [
                "https:\/\/app.sendpotion.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/app.sendpotion.com\/*"
            ],
            "js": [
                "vendor\/gsap.min.js",
                "js\/config.js",
                "js\/login.js",
                "js\/recorder.js",
                "js\/chrome-extension-async.js",
                "js\/common-content.js",
                "vendor\/svg.js",
                "js\/gsap-content.js",
                "js\/screen-recorder-ui.js",
                "js\/media-recording-controller.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sendpotion.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "Icon [email protected]",
            "36": "Icon [email protected]",
            "48": "Icon [email protected]",
            "128": "Icon [email protected]"
        },
        "default_title": "Potion"
    },
    "icons": {
        "16": "Icon [email protected]",
        "36": "Icon [email protected]",
        "48": "Icon [email protected]",
        "128": "Icon [email protected]"
    },
    "permissions": [
        "tabs",
        "notifications",
        "gcm",
        "*:\/\/*.googleusercontent.com\/*",
        "",
        "cookies",
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "iframe.html",
        "recorder.html",
        "webCamPreview.html",
        "potionDevicePermissionIframe.html",
        "images\/*",
        "fonts\/*",
        "css\/*",
        "potionRecorderIframe.html",
        "countdown-timer.mp3"
    ],
    "commands": {
        "show-one-off-recorder": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Ctrl+Shift+R"
            },
            "description": "Show one off video recorder"
        },
        "start-screen-recorder": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Ctrl+Shift+C"
            },
            "description": "Start screen recording"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: 'sha256-J7xpbIX\/LnmbHybWCTi494+YeYcT8BZtfO8SCjTm78M=' https:\/\/cdn.segment.com https:\/\/cdn.mxpnl.com https:\/\/api.amplitude.com https:\/\/cdn.amplitude.com https:\/\/static.hotjar.com https:\/\/script.hotjar.com https:\/\/hotjar.com https:\/\/vars.hotjar.com https:\/\/www.google-analytics.com\/analytics.js https:\/\/app.sendpotion.com\/socket.io\/socket.io.js https:\/\/fonts.googleapis.com; object-src 'self' blob:",
    "manifest_version": 2
}