Remove All Gmail Labels

Removes all Gmail labels currently.

Qu'est-ce que Remove All Gmail Labels ?

Remove All Gmail Labels est une extension Chrome développée par nestor, et sa fonction principale est "Removes all Gmail labels currently.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove All Gmail Labels

Téléchargez les fichiers d'extension Remove All Gmail Labels au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Remove All Gmail Labels Remove All Gmail Labels
ID caigojobjenlkjdkdjbmgofcejkgdpll
URL Officiel https://chromewebstore.google.com/detail/remove-all-gmail-labels/caigojobjenlkjdkdjbmgofcejkgdpll
Description Removes all Gmail labels currently.
Taille du Fichier 461 KB
Nombre d'Installations 31
Version Actuelle 1.1
Dernière Mise à Jour 2019-01-12
Date de Publication 2019-01-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur nestor
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
Langues Prises en Charge 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"
}