Remove All Gmail Labels

Removes all Gmail labels currently.

Remove All Gmail Labels là gì?

Remove All Gmail Labels là một tiện ích mở rộng Chrome được phát triển bởi nestor, và tính năng chính của nó là "Removes all Gmail labels currently.".

Ả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 Remove All Gmail Labels

Tải xuống các tệp mở rộng Remove All 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

                        USE IT AT YOUR OWN RISK!

Click on the icon. If you are not in the Gmail settings label page, a pop up will warn you. If you are in the right page another pop up will warn you about the fact that this extension will delete all your labels.

I needed to remove all labels from an imported Outlook PST that contained over 1000 labels. I created this extension to aid on migrating corporate users from Outlook into Gmail.                    

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

Tên Remove All Gmail Labels Remove All Gmail Labels
ID caigojobjenlkjdkdjbmgofcejkgdpll
URL Chính Thức https://chromewebstore.google.com/detail/remove-all-gmail-labels/caigojobjenlkjdkdjbmgofcejkgdpll
Mô tả Removes all Gmail labels currently.
Kích Thước Tệp 461 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-01-12
Ngày Phát Hành 2019-01-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nestor
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "remove-all-gmail-labels128.png",
        "default_title": "Remove all Gmail labels"
    },
    "description": "Removes all Gmail labels currently.",
    "icons": {
        "128": "remove-all-gmail-labels128.png",
        "48": "remove-all-gmail-labels48.png"
    },
    "manifest_version": 2,
    "name": "Remove All Gmail Labels",
    "short_name": "RAGL",
    "permissions": [
        "tabs",
        "https:\/\/mail.google.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}