Gmail™ Favicon Customizer

Never mistake your work email for your personal again!

Qu'est-ce que Gmail™ Favicon Customizer ?

Gmail™ Favicon Customizer est une extension Chrome développée par https://mightytext.net, et sa fonction principale est "Never mistake your work email for your personal again!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gmail™ Favicon Customizer

Téléchargez les fichiers d'extension Gmail™ Favicon Customizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Gmail™ Favicon Customizer Gmail™ Favicon Customizer
ID hbnnphjhkbdeagbpjcnihdgianfhdgoo
URL Officiel https://chromewebstore.google.com/detail/gmail-favicon-customizer/hbnnphjhkbdeagbpjcnihdgianfhdgoo
Description Never mistake your work email for your personal again!
Taille du Fichier 267 KB
Nombre d'Installations 1,446
Version Actuelle 1.5
Dernière Mise à Jour 2018-04-26
Date de Publication 2018-04-25
Évaluation 4.11/5 Total 18 Évaluations
Développeur https://mightytext.net
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://mightytext.net/privacy
Langues Prises en Charge 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
}