GTrack: Simple email tracker for Gmail ™
GTrack helps you to track when your emails are opened and when links are clicked.
什么是GTrack: Simple email tracker for Gmail ™?
GTrack: Simple email tracker for Gmail ™是由Quicklution开发的Chrome扩展程序,该扩展的主要功能是“GTrack helps you to track when your emails are opened and when links are clicked.”。
扩展截图
下载GTrack: Simple email tracker for Gmail ™扩展crx文件
下载GTrack: Simple email tracker for Gmail ™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GTrack also helps you to track how many times your emails were opened, and how many times your links were clicked. This is Gmail tracking at its best. It is a simple, yet a powerful email-tracker. Start for free. When GTrack is used by Quicklution's Mail Merge service you can add the Unsubscribe feature. Try the Mail Merge Google Workspace add-on for free: https://workspace.google.com/marketplace/app/mail_merge/218858140171
扩展基本信息
名称 | GTrack: Simple email tracker for Gmail ™ |
ID | ipiageammojdgjaijboomeeaoedhgiof |
官方URL | https://chromewebstore.google.com/detail/gtrack-simple-email-track/ipiageammojdgjaijboomeeaoedhgiof |
简介 | GTrack helps you to track when your emails are opened and when links are clicked. |
文件大小 | 3.17 MB |
安装次数 | 797 |
当前版本 | 1.6 |
更新时间 | 2023-12-21 |
上架时间 | 2022-12-28 |
评分 | 5.00/5 共2次评分 |
开发者 | Quicklution |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.quicklution.com/g-track |
帮助页面URL | https://www.quicklution.com/g-track/dashboard/contactus |
隐私政策页面URL | https://www.quicklution.com/g-track |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GTrack: Simple email tracker for Gmail \u2122", "short_name": "GTrack", "description": "GTrack helps you to track when your emails are opened and when links are clicked.", "version": "1.6", "manifest_version": 3, "homepage_url": "https:\/\/www.quicklution.com\/g-track\/", "icons": { "32": "images\/icon32.png", "64": "images\/icon64.png" }, "action": { "default_popup": "popup.html", "default_icon": { "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js", "kefir.min.js", "pageWorld.js" ], "css": [ "css\/gmail.css" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "scripting", "storage", "notifications" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/www.quicklution.com\/*", "https:\/\/jennet-destined-piranha.ngrok-free.app\/paymentgateway\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/www.quicklution.com\/*", "http:\/\/localhost\/*" ] } ] } |