Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Cos'è Short Gmail Labels?

Short Gmail Labels è un'estensione di Chrome sviluppata da https://mattw.life, e la sua funzione principale è "Shorten your Gmail labels so parent labels are not displayed.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Short Gmail Labels

Scarica i file di estensione Short Gmail Labels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
URL Ufficiale https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Descrizione Shorten your Gmail labels so parent labels are not displayed.
Dimensione del File 18.54 KB
Conteggio Installazioni 1,715
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-05-23
Data di Pubblicazione 2018-01-24
Valutazione 4.68/5 Totale 19 Valutazioni
Sviluppatore https://mattw.life
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://mattw.life
Lingue Supportate 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"
    }
}