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! 擴展基本資訊
| 名稱 | |
| ID | ljganmjpdpdhihlanmnioaldnbgpokep |
| 官方網址 | 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 |
| 電子郵箱 | [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": []
}
]
} | |