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 |
| 官方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 |
| 电子邮箱 | [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": []
}
]
} | |