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?
Free Email Tracking for Gmail - Mailalert是由https://mailalert.io开发的Chrome扩展程序,该扩展的主要功能是“Mail Tracking without any branding and for free! Easily add double check marks (✓✓) to your Gmail.”。
扩展截图
下载Free Email Tracking for Gmail - Mailalert扩展crx文件
下载Free Email Tracking for Gmail - Mailalert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | cpgkjdokbgpdjgcfamoncohnfkldnglj |
| 官方URL | https://chromewebstore.google.com/detail/free-email-tracking-for-g/cpgkjdokbgpdjgcfamoncohnfkldnglj |
| 简介 | Mail Tracking without any branding and for free! Easily add double check marks (✓✓) to your Gmail. |
| 文件大小 | 737 KB |
| 安装次数 | 3,195 |
| 当前版本 | 1.0 |
| 更新时间 | 2019-03-07 |
| 上架时间 | 2019-03-07 |
| 评分 | 3.18/5 共34次评分 |
| 开发者 | https://mailalert.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mailalert.io/ |
| 隐私政策页面URL | https://mailalert.io/privacy-policy.html |
| 支持的语言 | 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"
} | |