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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 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": []
}
]
} | |