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은(는) https://prospectsidekick.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prospect Sidekick is a browser extension that uses GPT-4 to help salespeople generate the perfect responses to prospects & clients."입니다.
확장 프로그램 스크린샷
Prospect Sidekick 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | jake@prospectsidekick.tech |
결제 유형 | 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:\/\/*\/*" ] } ] } |