Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Co je Short Gmail Labels?

Short Gmail Labels je rozšíření Chrome vyvinuté https://mattw.life, a jeho hlavní funkcí je „Shorten your Gmail labels so parent labels are not displayed.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Short Gmail Labels

Stáhněte si soubory rozšíření Short Gmail Labels ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
Oficiální URL https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Popis Shorten your Gmail labels so parent labels are not displayed.
Velikost souboru 18.54 KB
Počet instalací 1,715
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-05-23
Datum Vydání 2018-01-24
Hodnocení 4.68/5 Celkem 19 Hodnocení
Vývojář https://mattw.life
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://mattw.life
Podporované Jazyky 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"
    }
}