Trove - ChatGPT for B2B sales teams
Write personalized first lines at a click of a button
Trove - ChatGPT for B2B sales teamsคืออะไร?
Trove - ChatGPT for B2B sales teams เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.gettrove.co และคุณลักษณะหลักของมันคือ "Write personalized first lines at a click of a button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trove - ChatGPT for B2B sales teams
ดาวน์โหลดไฟล์ส่วนขยาย Trove - ChatGPT for B2B sales teams ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Trove email assistant utilizes AI to automatically generate highly-personalized outreach first lines for sales email based on real-time Internet data. All with just a click of a button. So that your sales team can focus on interacting with prospects and closing deals.
0.0.15 Updates:
* Improved subject line generation for Salesloft
Currently supported platforms:
* HubSpot
* Outreach.io
* Salesloft
Notes to reviewers:
* We've removed support and source code for mail.google.com. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dnajmejncbkigbngiehfnodkpbfbpgee |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trove-chatgpt-for-b2b-sal/dnajmejncbkigbngiehfnodkpbfbpgee |
| คำอธิบาย | Write personalized first lines at a click of a button |
| ขนาดไฟล์ | 532 KB |
| จำนวนการติดตั้ง | 44 |
| เวอร์ชันปัจจุบัน | 0.0.15 |
| อัปเดตครั้งล่าสุด | 2023-05-18 |
| วันที่เผยแพร่ | 2023-01-15 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | www.gettrove.co |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| เว็บไซต์ส่วนขยาย | https://www.gettrove.co |
| URL หน้าช่วยเหลือ | https://www.gettrove.co |
| URL หน้านโยบายความเป็นส่วนตัว | http://email.gettrove.co/docs/privacy_policy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Trove - ChatGPT for B2B sales teams",
"description": "Write personalized first lines at a click of a button",
"version": "0.0.15",
"content_scripts": [
{
"matches": [
"https:\/\/*.hubspot.com\/*"
],
"js": [
"hubspotContent.bundle.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/*.outreach.io\/*"
],
"js": [
"outreachContent.bundle.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/*.salesloft.com\/*"
],
"js": [
"salesloftContent.bundle.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.bundle.js"
},
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*.gettrove.co\/"
],
"web_accessible_resources": [
{
"resources": [
"\/asset\/*",
"\/content.css"
],
"matches": [
"https:\/\/*.outreach.io\/*",
"https:\/\/*.hubspot.com\/*",
"https:\/\/*.salesloft.com\/*"
]
}
],
"action": {
"default_title": "Trove AI",
"default_popup": "popup.html"
},
"icons": {
"16": "asset\/icon16.png",
"32": "asset\/icon32.png",
"48": "asset\/icon48.png",
"128": "asset\/icon128.png"
},
"manifest_version": 3
} | |