Gmail Origin Flags
Displays the country flag and other information related to the origin of an e-mail
Τι είναι το Gmail Origin Flags;
Το Gmail Origin Flags είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον georgios.kontaxis, και η κύρια λειτουργία του είναι "Displays the country flag and other information related to the origin of an e-mail".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gmail Origin Flags
Λήψη αρχείων επέκτασης Gmail Origin Flags σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } |