Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Hvad er Short Gmail Labels?

Short Gmail Labels er en Chrome-udvidelse udviklet af https://mattw.life, og dens hovedfunktion er "Shorten your Gmail labels so parent labels are not displayed.".

Udvidelsesskærmbilleder

screenshot

Download Short Gmail Labels-udvidelses-CRX-fil

Download Short Gmail Labels-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
Officiel URL https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Beskrivelse Shorten your Gmail labels so parent labels are not displayed.
Filstørrelse 18.54 KB
Antal Installationer 1,715
Nuværende Version 1.0.2
Senest Opdateret 2022-05-23
Udgivelsesdato 2018-01-24
Bedømmelse 4.68/5 Samlet 19 Bedømmelser
Udvikler https://mattw.life
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://mattw.life
Understøttede Sprog 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"
    }
}