Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Vad är Short Gmail Labels?

Short Gmail Labels är en Chrome-tillägg utvecklad av https://mattw.life, och dess huvudfunktion är "Shorten your Gmail labels so parent labels are not displayed.".

Tilläggsskärmbilder

screenshot

Ladda ner Short Gmail Labels-förlängningens CRX-fil

Ladda ner Short Gmail Labels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
Officiell webbadress https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Beskrivning Shorten your Gmail labels so parent labels are not displayed.
Filstorlek 18.54 KB
Antal Installationer 1,715
Aktuell Version 1.0.2
Senast Uppdaterad 2022-05-23
Publiceringsdatum 2018-01-24
Betyg 4.68/5 Totalt 19 Betyg
Utvecklare https://mattw.life
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://mattw.life
Stödda Språk 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"
    }
}