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!
Τι είναι το Potion - Video Prospecting Tool for Sales;
Το Potion - Video Prospecting Tool for Sales είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sendpotion.com, και η κύρια λειτουργία του είναι "Instantly record and share videos to close more deals! Video emails allow you to sell faster, better and friendlier. It's FREE!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Potion - Video Prospecting Tool for Sales
Λήψη αρχείων επέκτασης Potion - Video Prospecting Tool for Sales σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Potion - Video Prospecting Tool for Sales |
ID | fikcpjkdkmmbmpahfkiodjnhnngfkghf |
Επίσημο URL | https://chromewebstore.google.com/detail/potion-video-prospecting/fikcpjkdkmmbmpahfkiodjnhnngfkghf |
Περιγραφή | Instantly record and share videos to close more deals! Video emails allow you to sell faster, better and friendlier. It's FREE! |
Μέγεθος Αρχείου | 9.6 MB |
Αριθμός Εγκαταστάσεων | 1,890 |
Τρέχουσα Έκδοση | 2024.1.8017 |
Τελευταία Ενημέρωση | 2024-01-05 |
Ημερομηνία Δημοσίευσης | 2020-07-04 |
Αξιολόγηση | 5.00/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://sendpotion.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.sendpotion.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.sendpotion.com/#FAQ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.sendpotion.com/privacy |
Υποστηριζόμενες Γλώσσες | 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\/*", " |