Email Tracking for Gmail

Gmail email tracker software

什么是Email Tracking for Gmail?

Email Tracking for Gmail是由http://trackemail.co开发的Chrome扩展程序,该扩展的主要功能是“Gmail email tracker software”。

扩展截图

screenshot
screenshot

下载Email Tracking for Gmail扩展crx文件

下载Email Tracking for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Email Tracking for Gmail Email Tracking for Gmail
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"
        ]
    }
}