Remove All Gmail Labels
Removes all Gmail labels currently.
What is Remove All Gmail Labels?
Remove All Gmail Labels is a Chrome extension developed by nestor, and its main feature is "Removes all Gmail labels currently.".
Extension Screenshots
Download Remove All Gmail Labels Extension CRX File
Download Remove All Gmail Labels extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Remove All Gmail Labels |
ID | caigojobjenlkjdkdjbmgofcejkgdpll |
Official URL | https://chromewebstore.google.com/detail/remove-all-gmail-labels/caigojobjenlkjdkdjbmgofcejkgdpll |
Description | Removes all Gmail labels currently. |
File Size | 461 KB |
Installation Count | 31 |
Current Version | 1.1 |
Last Updated | 2019-01-12 |
Publish Date | 2019-01-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nestor |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
Supported Languages | 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" } |