Track Me Not

See who's tracking your emails and block them from doing so.

Track Me Notคืออะไร?

Track Me Not เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amanjain.com และคุณลักษณะหลักของมันคือ "See who's tracking your emails and block them from doing so."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Track Me Not

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

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

                        "Track Me Not" detects the invisible tracker hiding inside an email and silently passing your email activity to the sender. It also blocks the trackers and notifies you about it.

PLEASE NOTE:
It works for the following web mails:
  · http://www.gmail.com/
 
It blocks the trackers from following services:
  · http://bananatag.com/
  · http://contactmonkey.com/
  · https://dyn.com/
  · http://www.mailchimp.com/
  · http://mandrillapp.com/
  · http://www.getsidekick.com/
  · http://www.streak.com/
  · http://www.yesware.com/

It also block trackers in emails from:
  · Amazon (.com & .in)
  · Dropbox
  · Facebook
  · Flipkart
  · Linkedin
  · NewRelic
  · Quora
  · Trello
  · Uber

Questions? Ask me here: http://twitter.com/amanjain                    

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

ชื่อ Track Me Not Track Me Not
ID aplepkehejihebabfhghmdelnbppchnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/track-me-not/aplepkehejihebabfhghmdelnbppchnp
คำอธิบาย See who's tracking your emails and block them from doing so.
ขนาดไฟล์ 8.53 KB
จำนวนการติดตั้ง 2,636
เวอร์ชันปัจจุบัน 0.3.2
อัปเดตครั้งล่าสุด 2015-03-25
วันที่เผยแพร่ 2015-03-24
คะแนน 4.19/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://amanjain.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Track Me Not",
    "version": "0.3.2",
    "description": "See who's tracking your emails and block them from doing so.",
    "icons": {
        "128": "assets\/logo-128x128.png"
    },
    "author": "Aman Kumar Jain",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}