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
Eメール [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"
}