Geotrack Email Tracking with Geolocation

Email tracking with geolocation right in Gmail, with real time statistics.

Geotrack Email Tracking with Geolocationคืออะไร?

Geotrack Email Tracking with Geolocation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://geotrack.email และคุณลักษณะหลักของมันคือ "Email tracking with geolocation right in Gmail, with real time statistics."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Geotrack Email Tracking with Geolocation

ดาวน์โหลดไฟล์ส่วนขยาย Geotrack Email Tracking with Geolocation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        THE ONLY GMAIL TRACKING WITH GEOLOCATION AND RECIPIENT'S MAP

GeoTrack lets you know who reads your emails, when, from where, and on which device they do so.
 
With GeoTrack you can:
 
- Instantly track all your read emails right in Gmail
- Track your recipient's geolocation
- Detect your recipient's device
- Get instant notification when a recipient opens your email or clicks on any links
- Get real-time email tracking statistics
- Get recipients' map and IPs
- Automatically forward all your tracked emails to your CRM


PRICING: FREE FOR LIFE!

GeoTrack is now FREE FOR LIFE for all users for basic usage, subscription plans available for advanced users.

--------------------------------------
UPDATES
12/11/2023 - Version 1.2.1.7
- Bug fix

07/05/2023 - Version 1.2.1.6
- New charts utilizing the latest Google Maps API
- Heavy requests have been modified to asynchronous for an improved user experience
- Improved IP spoofing detection for enhanced accuracy

05/23/2023 - Version 1.2.1.5
- Upgrade pre-version Manifest v.3


08/12/2020 Version 1.2.1.4
- Cross origin requests moved to background script for Chrome 85 compatibility and better security for our users
- Performance improvement
- Bug fixes

09/22/2018 Version 1.2.1.3
- Several fixes for new Gmail UI

03/15/2018 Version 1.2.0.1
- Minor bug fixes

11/06/2017 Version 0.9.5.6
- Daytime savings fix

10/06/2017 Version 0.9.5.4
- New Snooze feature to free your inbox

09/23/2017 Version 0.9.4.3
- Minor bug fixes

09/07/2017 Version 0.9.4.2
- Minor bug fixes

07/31/2017 Version 0.9.4.1
- Improved UI
- Minor bug fixes

07/19/2017 Version 0.9.4.0
- Improved UI
- Improved popup notifications, now with reicipient's email

07/12/2017 Version 0.9.3.8
- Stop receiving notifications for a specific tracked email

06/22/2017 Version 0.9.3.6
- Minor bugs fixes

05/16/2017 Version 0.9.3.2
- Fix for "undo" feature

05/11/2017 Version 0.9.3.1
- Added most CRMs support through automatic BCC
- Choose email notifications and/or popup notifications

04/06/2017 Version 0.9.2.7
- New tool to send geotracked emails from your mobile
- Updated notification for emails opened in Gmail
- Fix for countries flags
 
03/30/2017 Version 0.9.2.6
- Dashboard updated
- Several minor fixes

03/03/2017 Version 0.9.2.4
- Fix for proxy servers
- Updated notifications                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Geotrack Email Tracking with Geolocation Geotrack Email Tracking with Geolocation
ID ciajnfanflofkddjdanppgnlpkkdclln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/geotrack-email-tracking-w/ciajnfanflofkddjdanppgnlpkkdclln
คำอธิบาย Email tracking with geolocation right in Gmail, with real time statistics.
ขนาดไฟล์ 1.04 MB
จำนวนการติดตั้ง 11,964
เวอร์ชันปัจจุบัน 1.2.1.7
อัปเดตครั้งล่าสุด 2023-12-13
วันที่เผยแพร่ 2018-10-05
คะแนน 4.44/5 รวมทั้งหมด 72 คะแนน
ผู้พัฒนา https://geotrack.email
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://geotrack.email
URL หน้าช่วยเหลือ https://geotrack.email/#Contact
URL หน้านโยบายความเป็นส่วนตัว https://geotrack.email/privacy.html
ภาษาที่รองรับ en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "short_name": "GeoTrack",
    "description": "__MSG_application_description__",
    "version": "1.2.1.7",
    "default_locale": "en",
    "background": {
        "scripts": [
            "content\/js\/jquery2.2.4.min.js",
            "content\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_title": "GeoTrack"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content\/js\/inboxsdk.js",
                "content\/js\/loader.min.js"
            ],
            "css": [
                "content\/css\/trackcss.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/geotrack.email\/",
        "https:\/\/beta.geotrack.email\/",
        "*:\/\/*.googleusercontent.com\/*",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "view.html",
        "login.html",
        "revoked.html",
        "frame.html",
        "first.html",
        "pricing.html",
        "lastViews.html"
    ],
    "manifest_version": 2
}