Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Wat is Short Gmail Labels?

Short Gmail Labels is een Chrome-extensie ontwikkeld door https://mattw.life, en de belangrijkste functie is "Shorten your Gmail labels so parent labels are not displayed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Short Gmail Labels

Download Short Gmail Labels-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
Officiële URL https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Beschrijving Shorten your Gmail labels so parent labels are not displayed.
Bestandsgrootte 18.54 KB
Aantal Installaties 1,715
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-05-23
Publicatiedatum 2018-01-24
Beoordeling 4.68/5 Totaal 19 Beoordelingen
Ontwikkelaar https://mattw.life
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://mattw.life
Ondersteunde Talen 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"
    }
}