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 |
Eメール | [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\/*" ] } ] } |