Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Qu'est-ce que Short Gmail Labels ?

Short Gmail Labels est une extension Chrome développée par https://mattw.life, et sa fonction principale est "Shorten your Gmail labels so parent labels are not displayed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Short Gmail Labels

Téléchargez les fichiers d'extension Short Gmail Labels 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

                        Nesting gmail labels results in an unnecessarily long display that includes both parent and child labels. This will trim down the label names so you only see the child.                    

Informations de Base sur l'Extension

Nom Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
URL Officiel https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Description Shorten your Gmail labels so parent labels are not displayed.
Taille du Fichier 18.54 KB
Nombre d'Installations 1,715
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-05-23
Date de Publication 2018-01-24
Évaluation 4.68/5 Total 19 Évaluations
Développeur https://mattw.life
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://mattw.life
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Short Gmail Labels",
    "version": "1.0.2",
    "description": "Shorten your Gmail labels so parent labels are not displayed.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}