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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}