Track Me Not

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

O que é Track Me Not?

Track Me Not é uma extensão do Chrome desenvolvida por https://amanjain.com, e sua principal característica é "See who's tracking your emails and block them from doing so.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Track Me Not

Baixe arquivos de extensão Track Me Not no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        "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                    

Informações Básicas da Extensão

Nome Track Me Not Track Me Not
ID aplepkehejihebabfhghmdelnbppchnp
URL Oficial https://chromewebstore.google.com/detail/track-me-not/aplepkehejihebabfhghmdelnbppchnp
Descrição See who's tracking your emails and block them from doing so.
Tamanho do Arquivo 8.53 KB
Contagem de Instalações 2,636
Versão Atual 0.3.2
Última Atualização 2015-03-25
Data de Publicação 2015-03-24
Classificação 4.19/5 Total de 16 Avaliações
Desenvolvedor https://amanjain.com
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}