Remove All Gmail Labels
Removes all Gmail labels currently.
Was ist Remove All Gmail Labels?
Remove All Gmail Labels ist eine Chrome-Erweiterung, die von nestor entwickelt wurde, und ihr Hauptmerkmal ist "Removes all Gmail labels currently.".
Erweiterungsscreenshots
Remove All Gmail Labels-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remove All Gmail Labels-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Remove All Gmail Labels |
ID | caigojobjenlkjdkdjbmgofcejkgdpll |
Offizielle URL | https://chromewebstore.google.com/detail/remove-all-gmail-labels/caigojobjenlkjdkdjbmgofcejkgdpll |
Beschreibung | Removes all Gmail labels currently. |
Dateigröße | 461 KB |
Installationsanzahl | 31 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-01-12 |
Veröffentlichungsdatum | 2019-01-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | nestor |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
Unterstützte Sprachen | 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" } |