Personalized Send Button
No more embarrassing & costly mistakes of sending emails to the wrong person.
Personalized Send Button란 무엇입니까?
Personalized Send Button은(는) CogniSend.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No more embarrassing & costly mistakes of sending emails to the wrong person."입니다.
확장 프로그램 스크린샷
Personalized Send Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Send emails to the intended recipients, every time. With our patented IP, the recipient(s) names and photos are displayed on the “Send” button. ★ How it works When you enter the recipient’s name in the "To" box, their name & photo will appear on the "Send" button in real-time, reminding you of your intended recipient(s) before you press the send button. For multiple recipients or “Reply all”, the recipients’ names, photos, and the total number of recipients are displayed, reminding you of all recipients. ★ Key features ➤ Displays intended recipient(s) name & photo on the "Send" button ➤ For "Reply" & "Reply all" emails, Cognisend displays the total number of recipients on the "Send" button ➤ Intuitive & user-friendly email interface ➤ User data privacy (the extension doesn't store emails) *Beta version. New features added frequently. Please give us feedback or let us know of any issues that you encounter.
확장 프로그램 기본 정보
이름 | Personalized Send Button |
ID | eojfpkkgbjjhabnhppcgionhocpeiojl |
공식 URL | https://chromewebstore.google.com/detail/personalized-send-button/eojfpkkgbjjhabnhppcgionhocpeiojl |
설명 | No more embarrassing & costly mistakes of sending emails to the wrong person. |
파일 크기 | 73.33 KB |
설치 횟수 | 58 |
현재 버전 | 22.9.16 |
최근 업데이트 | 2022-09-19 |
출시 날짜 | 2020-06-24 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | CogniSend.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cognisend.com |
지원되는 언어 | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "main.css" ], "js": [ "main.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "description": "No more embarrassing & costly mistakes of sending emails to the wrong person.", "homepage_url": "https:\/\/cognisend.com\/", "icons": { "128": "logo.png", "16": "logo.png" }, "manifest_version": 3, "name": "Personalized Send Button", "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "22.9.16", "web_accessible_resources": [ { "resources": [ "lib\/*", "content.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] } |