Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Short Gmail Labels क्या है?

Short Gmail Labels https://mattw.life द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorten your Gmail labels so parent labels are not displayed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Short Gmail Labels एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
आधिकारिक URL https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
विवरण Shorten your Gmail labels so parent labels are not displayed.
फ़ाइल का आकार 18.54 KB
स्थापना संख्या 1,715
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-05-23
प्रकाशन तिथि 2018-01-24
रेटिंग 4.68/5 कुल 19 रेटिंग्स
डेवलपर https://mattw.life
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mattw.life
समर्थित भाषाएँ 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"
    }
}