PotionPitch AI

Elevate sales outreach with AI-powered personalization and streamline customer engagement and sales success.

PotionPitch AIคืออะไร?

PotionPitch AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Springworks และคุณลักษณะหลักของมันคือ "Elevate sales outreach with AI-powered personalization and streamline customer engagement and sales success."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PotionPitch AI

ดาวน์โหลดไฟล์ส่วนขยาย PotionPitch AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing "PotionPitch AI," a special tool for your sales team that works right in your Chrome browser. It's like magic for making your sales messages super personal and organized. PotionPitch AI makes your messages to customers feel extra special and also helps you keep track of different parts of your sales process.

Here's how it works: Imagine you're writing an email to a potential customer. PotionPitch AI uses its magic to help you write a subject line that grabs their attention, a starting sentence that makes them want to read more, and content that fits exactly what they like. It's like having a helpful friend who knows just what to say!

And when it's time to follow up with customers, PotionPitch AI has your back. It reminds you when to follow up and even suggests the best ways to do it. You don't have to worry about being too pushy or forgetting to check in.

But that's not all – PotionPitch AI also helps you organize your sales process. It shows you the different steps from when you first talk to a customer to when you close the deal. It's like having a special place to keep all your important sales stuff neat and tidy.

So, if you want to make your sales messages awesome and keep everything organized, PotionPitch AI is the tool you've been waiting for. It's like having a magical helper right in your browser!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PotionPitch AI PotionPitch AI
ID poefhelcnioehnfcnbeaenpflmflache
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/potionpitch-ai/poefhelcnioehnfcnbeaenpflmflache
คำอธิบาย Elevate sales outreach with AI-powered personalization and streamline customer engagement and sales success.
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2023-08-28
ผู้พัฒนา Springworks
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.springworks.in/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Elevate sales outreach with AI-powered personalization and streamline customer engagement and sales success.",
    "version": "0.0.2",
    "manifest_version": 3,
    "name": "PotionPitch AI",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "production-icon-34.png"
    },
    "icons": {
        "128": "production-icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "root.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "\/production-icon-128.png",
                "\/production-icon-34.png"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ]
}