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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |