Gmail Origin Flags

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

Apa itu Gmail Origin Flags?

Gmail Origin Flags adalah ekstensi Chrome yang dikembangkan oleh georgios.kontaxis, dan fitur utamanya adalah "Displays the country flag and other information related to the origin of an e-mail".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Gmail Origin Flags

Unduh file ekstensi Gmail Origin Flags dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Gmail Origin Flags Gmail Origin Flags
ID eameeidodfbpfdocfccodpbkblgbepmo
URL Resmi https://chrome.google.com/webstore/detail/gmail-origin-flags/eameeidodfbpfdocfccodpbkblgbepmo
Deskripsi Displays the country flag and other information related to the origin of an e-mail
Ukuran File 3.75 MB
Jumlah Instalasi 24
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-01-02
Tanggal Publikasi 2014-01-02
Penilaian 1.00/5 Total 2 Penilaian
Pengembang georgios.kontaxis
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}