Reach: Hyper-personalization at scale
Reach is the fastest way to research and personalize your cold outreach so you can increase your reply rate in less time.
Reach: Hyper-personalization at scale là gì?
Reach: Hyper-personalization at scale là một tiện ích mở rộng Chrome được phát triển bởi https://magicreach.ai, và tính năng chính của nó là "Reach is the fastest way to research and personalize your cold outreach so you can increase your reply rate in less time.".
Ả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 Reach: Hyper-personalization at scale
Tải xuống các tệp mở rộng Reach: Hyper-personalization at scale 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
Reach is an AI personalization assistant. Reps research their leads faster by getting data from multiple sources. And quickly generate hyper-personalized icebreakers from relevant data. Instructions for using the Reach Chrome Extension: 👉 Navigate to a LinkedIn profile or contact view in SalesLoft, Outreach and HubSpot (or personalization task) 👉 Generate icebreakers 👉 Review icebreakers and available data 👉 Make any edits necessary or generate new icebreakers with a different data source 👉 Copy/paste the icebreaker into your email/message
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reach: Hyper-personalization at scale |
ID | cbkmdhgnkppdjfklkekngofhedeollmh |
URL Chính Thức | https://chromewebstore.google.com/detail/reach-hyper-personalizati/cbkmdhgnkppdjfklkekngofhedeollmh |
Mô tả | Reach is the fastest way to research and personalize your cold outreach so you can increase your reply rate in less time. |
Kích Thước Tệp | 1.85 MB |
Số Lần Cài Đặt | 358 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2023-05-19 |
Ngày Phát Hành | 2023-01-31 |
Nhà Phát Triển | https://magicreach.ai |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | https://www.magicreach.ai/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reach: Hyper-personalization at scale", "description": "Reach is the fastest way to research and personalize your cold outreach so you can increase your reply rate in less time.", "version": "1.4.1", "action": { "default_popup": "index.html", "default_icon": "logo.png" }, "icons": { "128": "logo.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.main.js.a44d6875.fa3a26e6.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.outreach.io\/*", "https:\/\/app.salesloft.com\/*", "https:\/\/*.hubspot.com\/*" ], "run_at": "document_start", "css": [ "assets\/main.2f8d0cae.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "resources": [ "assets\/*.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.hubspot.com\/*", "https:\/\/*.outreach.io\/*", "https:\/\/app.salesloft.com\/*", "https:\/\/www.linkedin.com\/*" ], "resources": [ "assets\/closeicon.52be3bae.svg", "assets\/Outreach_logo.61ba2241.svg", "assets\/LinkedIn_logo_initials.90305f44.svg", "assets\/Sales_loft_logo.e5089e29.svg", "assets\/Hubspot_logo.96dac093.svg", "assets\/logo.2cd9ed0d.svg", "assets\/main.js.a44d6875.js" ], "use_dynamic_url": true } ], "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/*.magicreach.ai\/api\/*" ], "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https:\/\/* data: blob: filesystem:;" } } |