Remove All Gmail Labels
Removes all Gmail labels currently.
Cos'è Remove All Gmail Labels?
Remove All Gmail Labels è un'estensione di Chrome sviluppata da nestor, e la sua funzione principale è "Removes all Gmail labels currently.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove All Gmail Labels
Scarica i file di estensione Remove All Gmail Labels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Remove All Gmail Labels |
ID | caigojobjenlkjdkdjbmgofcejkgdpll |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-all-gmail-labels/caigojobjenlkjdkdjbmgofcejkgdpll |
Descrizione | Removes all Gmail labels currently. |
Dimensione del File | 461 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-01-12 |
Data di Pubblicazione | 2019-01-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | nestor |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
Lingue Supportate | 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" } |