Gmail Origin Flags
Displays the country flag and other information related to the origin of an e-mail
Vad är Gmail Origin Flags?
Gmail Origin Flags är en Chrome-tillägg utvecklad av georgios.kontaxis, och dess huvudfunktion är "Displays the country flag and other information related to the origin of an e-mail".
Tilläggsskärmbilder
Ladda ner Gmail Origin Flags-förlängningens CRX-fil
Ladda ner Gmail Origin Flags-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Additional functionality to Gmail (mail.google.com) to parse e-mail envelope headers and display information such as the country of message origin.
Grundläggande Information om Tillägg
Namn | |
ID | eameeidodfbpfdocfccodpbkblgbepmo |
Officiell webbadress | https://chrome.google.com/webstore/detail/gmail-origin-flags/eameeidodfbpfdocfccodpbkblgbepmo |
Beskrivning | Displays the country flag and other information related to the origin of an e-mail |
Filstorlek | 3.75 MB |
Antal Installationer | 24 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-01-02 |
Publiceringsdatum | 2014-01-02 |
Betyg | 1.00/5 Totalt 2 Betyg |
Utvecklare | georgios.kontaxis |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |