Email Tracking for Gmail
Gmail email tracker software
Email Tracking for Gmail란 무엇입니까?
Email Tracking for Gmail은(는) http://trackemail.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gmail email tracker software"입니다.
확장 프로그램 스크린샷
Email Tracking for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
EmailTrack allows you to schedule emails to be sent at a later date. Write a message now, send it whenever you want, even if you're not online. Track messages to make sure you hear back. Track when your e-mails are being opened & whether the recipient responded to your e-mail. Other cool features include choosing exactly when you want an email sent, an interface which is directly integrated into Gmail If you do not get a response from your e-mail, our extension can give you a reminder so you can follow up without forgetting. Archive e-mails which are not important and remove the clutter from your inbox. It is free to use EmailTrack, up to a limited number of messages per month.
확장 프로그램 기본 정보
이름 | |
ID | fabfdddokobbiakghpeejlchelppgkcj |
공식 URL | https://chrome.google.com/webstore/detail/email-tracking-for-gmail/fabfdddokobbiakghpeejlchelppgkcj |
설명 | Gmail email tracker software |
파일 크기 | 609 KB |
설치 횟수 | 2,058 |
현재 버전 | 2.2 |
최근 업데이트 | 2022-09-28 |
출시 날짜 | 2020-05-27 |
평점 | 3.57/5 총 14 개의 평점 |
개발자 | http://trackemail.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.trackemail.co |
도움말 페이지 URL | https://www.trackemail.co/faq |
개인정보 보호 정책 페이지 URL | https://trackemail.co/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Tracking for Gmail", "short_name": "EmailTrack", "description": "Gmail email tracker software", "version": "2.2", "icons": { "16": "icons\/icon-16x16.png", "48": "icons\/icon-48x48.png", "128": "icons\/icon-128x128.png" }, "web_accessible_resources": [ "styles\/*", "scripts\/*", "icons\/*", "images\/*" ], "homepage_url": "https:\/\/trackemail.co\/", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "http:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "http:\/\/inbox.google.com\/*" ], "css": [ "styles\/bootstrap.min.css", "styles\/sb-admin-2.min.css", "styles\/righttasks.min.css", "styles\/jquery-ui.min.css", "styles\/composeStatus.min.css" ], "js": [ "scripts\/tippy.all.min.js", "scripts\/jquery-1.12.4.min.js", "scripts\/bootstrap.min.js", "scripts\/inboxsdk.js", "scripts\/jquery-ui.min.js", "scripts\/moment.min.js", "scripts\/common.js", "scripts\/jsmd5.js", "scripts\/fontawessome.js", "scripts\/content.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage", "tabs", "https:\/\/*.trackemail.co\/*", "identity" ], "manifest_version": 2, "oauth2": { "client_id": "555150528464-snlb32b3scthg23hsejt7voi1fc5er2h.apps.googleusercontent.com", "scopes": [ "profile", "email" ] } } |