PotionPitch AI

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

PotionPitch AI란 무엇입니까?

PotionPitch AI은(는) Springworks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Elevate sales outreach with AI-powered personalization and streamline customer engagement and sales success."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PotionPitch AI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}