Gmail Origin Flags
Displays the country flag and other information related to the origin of an e-mail
Gmail Origin Flags क्या है?
Gmail Origin Flags georgios.kontaxis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the country flag and other information related to the origin of an e-mail"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Origin Flags एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Additional functionality to Gmail (mail.google.com) to parse e-mail envelope headers and display information such as the country of message origin.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eameeidodfbpfdocfccodpbkblgbepmo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gmail-origin-flags/eameeidodfbpfdocfccodpbkblgbepmo |
विवरण | Displays the country flag and other information related to the origin of an e-mail |
फ़ाइल का आकार | 3.75 MB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-01-02 |
प्रकाशन तिथि | 2014-01-02 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | georgios.kontaxis |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |