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
官方URL 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"
}