Gmail Origin Flags

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

Gmail Origin Flags là gì?

Gmail Origin Flags là một tiện ích mở rộng Chrome được phát triển bởi georgios.kontaxis, và tính năng chính của nó là "Displays the country flag and other information related to the origin of an e-mail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Origin Flags

Tải xuống các tệp mở rộng Gmail Origin Flags dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail Origin Flags Gmail Origin Flags
ID eameeidodfbpfdocfccodpbkblgbepmo
URL Chính Thức https://chrome.google.com/webstore/detail/gmail-origin-flags/eameeidodfbpfdocfccodpbkblgbepmo
Mô tả Displays the country flag and other information related to the origin of an e-mail
Kích Thước Tệp 3.75 MB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-01-02
Ngày Phát Hành 2014-01-02
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển georgios.kontaxis
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}