Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Co to jest Short Gmail Labels?

Short Gmail Labels to rozszerzenie Chrome opracowane przez https://mattw.life, a jego główną funkcją jest „Shorten your Gmail labels so parent labels are not displayed.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Short Gmail Labels

Pobierz pliki rozszerzeń Short Gmail Labels w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
Oficjalny URL https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Opis Shorten your Gmail labels so parent labels are not displayed.
Rozmiar pliku 18.54 KB
Liczba instalacji 1,715
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-05-23
Data Publikacji 2018-01-24
Ocena 4.68/5 Łącznie 19 Oceny
Deweloper https://mattw.life
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://mattw.life
Obsługiwane Języki 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"
    }
}