Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Short Gmail Labels là gì?

Short Gmail Labels là một tiện ích mở rộng Chrome được phát triển bởi https://mattw.life, và tính năng chính của nó là "Shorten your Gmail labels so parent labels are not displayed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Short Gmail Labels

Tải xuống các tệp mở rộng Short Gmail Labels dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
URL Chính Thức https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
Mô tả Shorten your Gmail labels so parent labels are not displayed.
Kích Thước Tệp 18.54 KB
Số Lần Cài Đặt 1,715
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-05-23
Ngày Phát Hành 2018-01-24
Đánh Giá 4.68/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://mattw.life
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://mattw.life
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}