Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

ما هو Short Gmail Labels؟

Short Gmail Labels هو إضافة Chrome تم تطويرها بواسطة https://mattw.life، والميزة الرئيسية لها هي "Shorten your Gmail labels so parent labels are not displayed.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Short Gmail Labels

قم بتنزيل ملفات الامتداد Short Gmail Labels بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}