Remove All Gmail Labels

Removes all Gmail labels currently.

Vad är Remove All Gmail Labels?

Remove All Gmail Labels är en Chrome-tillägg utvecklad av nestor, och dess huvudfunktion är "Removes all Gmail labels currently.".

Tilläggsskärmbilder

screenshot

Ladda ner Remove All Gmail Labels-förlängningens CRX-fil

Ladda ner Remove All Gmail Labels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Remove All Gmail Labels Remove All Gmail Labels
ID caigojobjenlkjdkdjbmgofcejkgdpll
Officiell webbadress https://chromewebstore.google.com/detail/remove-all-gmail-labels/caigojobjenlkjdkdjbmgofcejkgdpll
Beskrivning Removes all Gmail labels currently.
Filstorlek 461 KB
Antal Installationer 31
Aktuell Version 1.1
Senast Uppdaterad 2019-01-12
Publiceringsdatum 2019-01-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare nestor
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
Stödda Språk 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"
}