Gmail Origin Flags

Displays the country flag and other information related to the origin of an e-mail

O que é Gmail Origin Flags?

Gmail Origin Flags é uma extensão do Chrome desenvolvida por georgios.kontaxis, e sua principal característica é "Displays the country flag and other information related to the origin of an e-mail".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Gmail Origin Flags

Baixe arquivos de extensão Gmail Origin Flags 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

                        Additional functionality to Gmail (mail.google.com) to parse e-mail envelope headers and display information such as the country of message origin.                    

Informações Básicas da Extensão

Nome Gmail Origin Flags Gmail Origin Flags
ID eameeidodfbpfdocfccodpbkblgbepmo
URL Oficial https://chrome.google.com/webstore/detail/gmail-origin-flags/eameeidodfbpfdocfccodpbkblgbepmo
Descrição Displays the country flag and other information related to the origin of an e-mail
Tamanho do Arquivo 3.75 MB
Contagem de Instalações 24
Versão Atual 1.1
Última Atualização 2014-01-02
Data de Publicação 2014-01-02
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor georgios.kontaxis
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Origin Flags",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Displays the country flag and other information related to the origin of an e-mail",
    "icons": {
        "16": "icons\/passports-16.png",
        "48": "icons\/passports-48.png",
        "128": "icons\/passports-128.png"
    },
    "homepage_url": "http:\/\/www.cs.columbia.edu\/~kontaxis\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "cs_magic.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/mail.google.com\/*"
    ],
    "web_accessible_resources": [
        "flags\/*"
    ]
}