CoffeeAI: Hyper-Personalized Sales Emails
Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster.
CoffeeAI: Hyper-Personalized Sales Emails là gì?
CoffeeAI: Hyper-Personalized Sales Emails là một tiện ích mở rộng Chrome được phát triển bởi https://get-coffee.ai, và tính năng chính của nó là "Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster.".
Ả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 CoffeeAI: Hyper-Personalized Sales Emails
Tải xuống các tệp mở rộng CoffeeAI: Hyper-Personalized Sales Emails 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
🚀 To get started: 1. Create a CoffeeAI account 2. Set up your profile in seconds ⏱️ 3. Head to your prospect's LinkedIn profile, and start generating personalized messages! Don't feel like our generated messages are saying exactly what you want? Our 🔵 Blueprints 🔵 allow you to easily configure CoffeeAI to generate your perfect messages, whether it's choosing the exact Call To Action or even refining your Pitch!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CoffeeAI: Hyper-Personalized Sales Emails |
ID | ljganmjpdpdhihlanmnioaldnbgpokep |
URL Chính Thức | https://chromewebstore.google.com/detail/coffeeai-hyper-personaliz/ljganmjpdpdhihlanmnioaldnbgpokep |
Mô tả | Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster. |
Kích Thước Tệp | 4.63 MB |
Số Lần Cài Đặt | 764 |
Phiên Bản Hiện Tại | 0.0.23 |
Cập Nhật Lần Cuối | 2023-08-21 |
Ngày Phát Hành | 2023-04-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://get-coffee.ai |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.get-coffee.ai/ |
URL Trang Chính Sách Bảo Mật | https://www.segna.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster.", "version": "0.0.23", "manifest_version": 3, "name": "CoffeeAI: Hyper-Personalized Sales Emails", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/app.salesloft.com\/*" ], "js": [ "contentScript.bundle.js" ] } ], "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |