CoffeeAI: Hyper-Personalized Sales Emails
Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster.
CoffeeAI: Hyper-Personalized Sales Emailsとは何ですか?
CoffeeAI: Hyper-Personalized Sales Emailsはhttps://get-coffee.aiによって開発されたChromeの拡張機能で、その主な機能は「Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster.」です。
拡張機能のスクリーンショット
CoffeeAI: Hyper-Personalized Sales Emails拡張機能のCRXファイルをダウンロード
CoffeeAI: Hyper-Personalized Sales Emails拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🚀 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!
拡張機能の基本情報
名前 | CoffeeAI: Hyper-Personalized Sales Emails |
ID | ljganmjpdpdhihlanmnioaldnbgpokep |
公式URL | https://chromewebstore.google.com/detail/coffeeai-hyper-personaliz/ljganmjpdpdhihlanmnioaldnbgpokep |
説明 | Perk up your prospects with hyper-personalized messages. 3x conversion - 10x faster. |
ファイルサイズ | 4.63 MB |
インストール数 | 764 |
現在のバージョン | 0.0.23 |
最終更新日 | 2023-08-21 |
公開日 | 2023-04-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://get-coffee.ai |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://www.get-coffee.ai/ |
プライバシーポリシーページのURL | https://www.segna.io/privacy-policy |
対応言語 | 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": [] } ] } |