Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Was ist Short Gmail Labels?

Short Gmail Labels ist eine Chrome-Erweiterung, die von https://mattw.life entwickelt wurde, und ihr Hauptmerkmal ist "Shorten your Gmail labels so parent labels are not displayed.".

Erweiterungsscreenshots

screenshot

Short Gmail Labels-Erweiterungs-CRX-Datei herunterladen

Laden Sie Short Gmail Labels-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
Offizielle URL https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Beschreibung Shorten your Gmail labels so parent labels are not displayed.
Dateigröße 18.54 KB
Installationsanzahl 1,715
Aktuelle Version 1.0.2
Letztes Update 2022-05-23
Veröffentlichungsdatum 2018-01-24
Bewertung 4.68/5 Insgesamt 19 Bewertungen
Entwickler https://mattw.life
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://mattw.life
Unterstützte Sprachen 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"
    }
}