Gmail™ Favicon Customizer
Never mistake your work email for your personal again!
Τι είναι το Gmail™ Favicon Customizer;
Το Gmail™ Favicon Customizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mightytext.net, και η κύρια λειτουργία του είναι "Never mistake your work email for your personal again!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gmail™ Favicon Customizer
Λήψη αρχείων επέκτασης Gmail™ Favicon Customizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Using Gmail for work email and personal email?? Running both of these in the same Chrome session can get really confusing, especially if you are switching back and forth all day. Run this and the Gmail icon for your work email will become blue. It will detect whether the chrome tab is running Gmail for work and change the gmail favicon (icon in the tab) to a blue icon.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Gmail™ Favicon Customizer |
ID | hbnnphjhkbdeagbpjcnihdgianfhdgoo |
Επίσημο URL | https://chromewebstore.google.com/detail/gmail-favicon-customizer/hbnnphjhkbdeagbpjcnihdgianfhdgoo |
Περιγραφή | Never mistake your work email for your personal again! |
Μέγεθος Αρχείου | 267 KB |
Αριθμός Εγκαταστάσεων | 1,446 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2018-04-26 |
Ημερομηνία Δημοσίευσης | 2018-04-25 |
Αξιολόγηση | 4.11/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | https://mightytext.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://mightytext.net/privacy |
Υποστηριζόμενες Γλώσσες | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail\u2122 Favicon Customizer", "description": "Never mistake your work email for your personal again!", "version": "1.5", "default_locale": "en", "icons": { "128": "img\/favicon-customizer-logo-128.png", "48": "img\/favicon-customizer-logo-48.png", "16": "img\/favicon-customizer-logo-16.png" }, "permissions": [ "https:\/\/mail.google.com\/mail\/*" ], "web_accessible_resources": [ "img\/mighty-gmail6.png" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "jquery-2.1.0.min.js", "customize.js" ], "run_at": "document_end" } ], "background": { "page": "background.html" }, "content_security_policy": "object-src 'self'; script-src 'self' https:\/\/ssl.google-analytics.com", "manifest_version": 2 } |