Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

What is Short Gmail Labels?

Short Gmail Labels is a Chrome extension developed by https://mattw.life, and its main feature is "Shorten your Gmail labels so parent labels are not displayed.".

Extension Screenshots

screenshot

Download Short Gmail Labels Extension CRX File

Download Short Gmail Labels extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
Official URL https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Description Shorten your Gmail labels so parent labels are not displayed.
File Size 18.54 KB
Installation Count 1,715
Current Version 1.0.2
Last Updated 2022-05-23
Publish Date 2018-01-24
Rating 4.68/5 Total 19 Ratings
Developer https://mattw.life
Email [email protected]
Payment Type free
Extension Website http://mattw.life
Supported Languages 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"
    }
}