Track Me Not

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

Track Me Not란 무엇입니까?

Track Me Not은(는) https://amanjain.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See who's tracking your emails and block them from doing so."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Track Me Not 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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"
            ]
        }
    ]
}