Remove All Gmail Labels

Removes all Gmail labels currently.

什麼是Remove All Gmail Labels?

Remove All Gmail Labels是由nestor開發的Chrome擴展程式,該擴展的主要功能是“Removes all Gmail labels currently.”。

擴展截圖

screenshot

下載Remove All Gmail Labels擴展crx文件

下載Remove All Gmail Labels擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Remove All Gmail Labels Remove All Gmail Labels
ID caigojobjenlkjdkdjbmgofcejkgdpll
官方網址 https://chromewebstore.google.com/detail/remove-all-gmail-labels/caigojobjenlkjdkdjbmgofcejkgdpll
簡介 Removes all Gmail labels currently.
檔案大小 461 KB
安裝次數 31
目前版本 1.1
更新時間 2019-01-12
上架時間 2019-01-12
評分 5.00/5 共 1 次評分
開發者 nestor
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
支援的語言 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"
}