Gmail Origin Flags

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

Qu'est-ce que Gmail Origin Flags ?

Gmail Origin Flags est une extension Chrome développée par georgios.kontaxis, et sa fonction principale est "Displays the country flag and other information related to the origin of an e-mail".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gmail Origin Flags

Téléchargez les fichiers d'extension Gmail Origin Flags au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Gmail Origin Flags Gmail Origin Flags
ID eameeidodfbpfdocfccodpbkblgbepmo
URL Officiel https://chrome.google.com/webstore/detail/gmail-origin-flags/eameeidodfbpfdocfccodpbkblgbepmo
Description Displays the country flag and other information related to the origin of an e-mail
Taille du Fichier 3.75 MB
Nombre d'Installations 24
Version Actuelle 1.1
Dernière Mise à Jour 2014-01-02
Date de Publication 2014-01-02
Évaluation 1.00/5 Total 2 Évaluations
Développeur georgios.kontaxis
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}