Easy Reply
Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.
Easy Reply란 무엇입니까?
Easy Reply은(는) https://www.easyreply.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails."입니다.
확장 프로그램 스크린샷
Easy Reply 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easy Reply makes it easy for others to respond to your emails. Provide your recipients with a selection of pre-written responses, making it quick and easy for them to reply to your emails. This can be particularly useful for salespeople seeking to engage with prospects or anyone who wants to streamline email communication and get quick responses. With Easy Reply, you can save time and effort while still getting the answers you need.
확장 프로그램 기본 정보
이름 | Easy Reply |
ID | kndiflkclichoaichjidffmdachdpjhn |
공식 URL | https://chromewebstore.google.com/detail/easy-reply/kndiflkclichoaichjidffmdachdpjhn |
설명 | Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails. |
파일 크기 | 179 KB |
설치 횟수 | 134 |
현재 버전 | 1.65.8 |
최근 업데이트 | 2024-02-28 |
출시 날짜 | 2023-01-23 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://www.easyreply.ai |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | http://www.easyreply.ai |
도움말 페이지 URL | https://www.easyreply.ai/support |
개인정보 보호 정책 페이지 URL | http://www.easyreply.ai/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "[email protected]", "description": "Easy Reply is a powerful and convenient Gmail extension that simplifies the process of getting others to respond to your emails.", "name": "Easy Reply", "version": "1.65.8", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon.png", "19": "icons\/icon.png", "32": "icons\/icon.png", "38": "icons\/icon.png" } }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "content_scripts": [ { "js": [ "src\/entries\/contentScript\/primary\/main.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] }, { "js": [ "src\/entries\/contentScript\/primary\/content.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "host_permissions": [ "https:\/\/mail.google.com\/*", "https:\/\/easyreply.vercel.app\/*", "https:\/\/app.easyreply.ai\/*", "http:\/\/localhost:3000\/*" ], "permissions": [ "storage" ], "icons": { "16": "icons\/icon.png", "19": "icons\/icon.png", "32": "icons\/icon.png", "38": "icons\/icon.png", "48": "icons\/icon.png", "64": "icons\/icon.png", "96": "icons\/icon.png", "128": "icons\/icon.png", "256": "icons\/icon.png", "512": "icons\/icon.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "icons\/icon.png" ] }, { "resources": [ "assets\/src\/entries\/contentScript\/primary\/main-03424130.js", "assets\/icon-f198090f.png", "assets\/AppStore-6db283cc.js", "assets\/main-0853d80b.css" ], "matches": [ "https:\/\/mail.google.com\/*" ], "use_dynamic_url": true } ] } |