Trove - ChatGPT for B2B sales teams
Write personalized first lines at a click of a button
Trove - ChatGPT for B2B sales teams là gì?
Trove - ChatGPT for B2B sales teams là một tiện ích mở rộng Chrome được phát triển bởi www.gettrove.co, và tính năng chính của nó là "Write personalized first lines at a click of a button".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trove - ChatGPT for B2B sales teams
Tải xuống các tệp mở rộng Trove - ChatGPT for B2B sales teams dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trove - ChatGPT for B2B sales teams |
ID | dnajmejncbkigbngiehfnodkpbfbpgee |
URL Chính Thức | https://chromewebstore.google.com/detail/trove-chatgpt-for-b2b-sal/dnajmejncbkigbngiehfnodkpbfbpgee |
Mô tả | Write personalized first lines at a click of a button |
Kích Thước Tệp | 532 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 0.0.15 |
Cập Nhật Lần Cuối | 2023-05-18 |
Ngày Phát Hành | 2023-01-15 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | www.gettrove.co |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.gettrove.co |
URL Trang Trợ Giúp | https://www.gettrove.co |
URL Trang Chính Sách Bảo Mật | http://email.gettrove.co/docs/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |