Free Email Tracking for Gmail - Mailalert
Mail Tracking without any branding and for free! Easily add double check marks (✓✓) to your Gmail.
Free Email Tracking for Gmail - Mailalert là gì?
Free Email Tracking for Gmail - Mailalert là một tiện ích mở rộng Chrome được phát triển bởi https://mailalert.io, và tính năng chính của nó là "Mail Tracking without any branding and for free! Easily add double check marks (✓✓) to your Gmail.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Free Email Tracking for Gmail - Mailalert
Tải xuống các tệp mở rộng Free Email Tracking for Gmail - Mailalert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
We built Mailalert because there was no really free e-mail tracking tool without annoying branding. We are working on Advanced E-mail Analytics feature where there will be a freemium business model, but this e-mail tracking tool stays always totally free including all PRO features. See in your Gmail if your e-mails have been opened and links clicked for free. You only need Chrome and Gmail. No fees or sign-up. Start tracking your e-mails today for free! - Unlimited tracking Free and unlimited lifetime e-mail tracking for Gmail without the "Sent with Mailalert" signature. - Forever free E-mail tracking with all PRO features is completely free. - No branding There is no annoying branding or "Send with" in signature. - Click Tracking Mailalert is the only tool with free link tracking on the market.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Free Email Tracking for Gmail - Mailalert |
ID | cpgkjdokbgpdjgcfamoncohnfkldnglj |
URL Chính Thức | https://chromewebstore.google.com/detail/free-email-tracking-for-g/cpgkjdokbgpdjgcfamoncohnfkldnglj |
Mô tả | Mail Tracking without any branding and for free! Easily add double check marks (✓✓) to your Gmail. |
Kích Thước Tệp | 737 KB |
Số Lần Cài Đặt | 3,195 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-03-07 |
Ngày Phát Hành | 2019-03-07 |
Đánh Giá | 3.18/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | https://mailalert.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mailalert.io/ |
URL Trang Chính Sách Bảo Mật | https://mailalert.io/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_storeExtName__", "short_name": "__MSG_extName__", "version": "1.0.7", "version_name": "1.0", "manifest_version": 2, "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "page_action": { "default_icon": { "16": "icons\/icon-16-grey.png", "32": "icons\/icon-32-grey.png", "48": "icons\/icon-48-grey.png", "128": "icons\/icon-128-grey.png" }, "default_title": "__MSG_extName__", "default_popup": "popup_noop.html" }, "background": { "persistent": true, "scripts": [ "vendor\/raven.js", "utils.js", "config.js", "vendor\/utf8.js", "vendor\/quoted-printable.js", "background_scripts\/MailParser.js", "background_scripts\/utils.js", "background_scripts\/gapi_client.js", "background_scripts\/messages.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "styles\/injected.css", "styles\/mdl-button.css", "styles\/mdl-switch.css", "styles\/firstRun.css" ], "js": [ "vendor\/raven.js", "vendor\/chrono.js", "vendor\/inboxsdk.js", "vendor\/kefir.js", "vendor\/moment-with-locales.js", "vendor\/mdl-button+switch.js", "utils.js", "config.js", "content_scripts\/i18n.js", "content_scripts\/mdl_utils.js", "content_scripts\/utils.js", "content_scripts\/firstRun.js", "content_scripts\/sdk_utils.js", "content_scripts\/notifications.js", "content_scripts\/websocket.js", "content_scripts\/email.js", "content_scripts\/DateParser.js", "content_scripts\/content.js" ], "run_at": "document_idle" } ], "permissions": [ "identity", "identity.email", "webRequest", "webRequestBlocking", "https:\/\/mail.google.com\/*", "*:\/\/*.googleusercontent.com\/*", "storage" ], "optional_permissions": [ "tabs", "notifications" ], "web_accessible_resources": [ "web_accessible_resources\/*" ], "oauth2": { "client_id": "991711836099-9op7b2fgm2qb0cfpqqgf04ocl5c2une3.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.modify", "https:\/\/www.googleapis.com\/auth\/gmail.insert" ] }, "content_security_policy": "object-src 'none'; script-src 'self' 'unsafe-eval'; style-src https:\/\/code.getmdl.io; connect-src https:\/\/www.googleapis.com https:\/\/accounts.google.com https:\/\/track.mailalert.io https:\/\/sentry.imper.cz; img-src https:\/\/track.mailalert.io https:\/\/*.googleusercontent.com\/ cid: https:\/\/*.google.com; report-uri https:\/\/sentry.imper.cz\/api\/50\/csp-report\/?sentry_key=106a2505172741cf8b3426caf2c9296b&sentry_release=1.0.7" } |