Prospect Sidekick

Prospect Sidekick is a browser extension that uses GPT-4 to help salespeople generate the perfect responses to prospects & clients.

Prospect Sidekickคืออะไร?

Prospect Sidekick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://prospectsidekick.tech และคุณลักษณะหลักของมันคือ "Prospect Sidekick is a browser extension that uses GPT-4 to help salespeople generate the perfect responses to prospects & clients."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Key Features:

📌 Highlight, Respond & Capture: Simply highlight a text or email on your screen to get a tailored response, or capture entire conversations in a single screenshot, ensuring you never miss out on any crucial details.

🤖 Machine Learning-Powered Contextual Responses: Enter your website URL, and our extension will use advanced machine learning algorithms to understand your job responsibilities and industry. This knowledge will tailor your responses to be more contextual and relevant.

🎨 Choose Your Tone: Select up to three desired tones for your response, and watch as our AI captures your intended style.

🎯 Specify Your Intention: Define the purpose of your response to ensure a clear and effective message.

📏 Customize Length: Control the length of your response to suit the context and your needs.

📝 Text or Email: Choose the format of your response, whether it's a text message or email.

❓ Question or Statement: Decide if you want to respond with a question or statement, and let Prospect Sidekick do the rest.


Upgrade your communication game today with Prospect Sidekick. Say goodbye to the stress of crafting the perfect response and let our AI do the heavy lifting for you!                    

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

ชื่อ Prospect Sidekick Prospect Sidekick
ID debeabfjkcoekcncbmfefgkgbdgchiej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prospect-sidekick/debeabfjkcoekcncbmfefgkgbdgchiej
คำอธิบาย Prospect Sidekick is a browser extension that uses GPT-4 to help salespeople generate the perfect responses to prospects & clients.
ขนาดไฟล์ 13.21 MB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 3.9
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2023-05-12
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://prospectsidekick.tech
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://prospectsidekick.tech
URL หน้าช่วยเหลือ https://prospectsidekick.tech/support
URL หน้านโยบายความเป็นส่วนตัว https://prospectsidekick.tech/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prospect Sidekick",
    "description": "Prospect Sidekick is a browser extension that uses GPT-4 to help salespeople generate the perfect responses to prospects & clients.",
    "version": "3.9",
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "https:\/\/prospectsidekick.tech"
    ],
    "icons": {
        "512": "assets\/icons\/hexagonal.png",
        "513": "assets\/icons\/reset.png",
        "514": "assets\/icons\/arrowBottom.png",
        "515": "assets\/icons\/close.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "env.js",
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "assets\/icons\/hexagonal.png",
                "assets\/icons\/reset.png",
                "assets\/icons\/arrowBottom.png",
                "assets\/icons\/close.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}