Remove All Gmail Labels

Removes all Gmail labels currently.

O que é Remove All Gmail Labels?

Remove All Gmail Labels é uma extensão do Chrome desenvolvida por nestor, e sua principal característica é "Removes all Gmail labels currently.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Remove All Gmail Labels

Baixe arquivos de extensão Remove All Gmail Labels no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Remove All Gmail Labels Remove All Gmail Labels
ID caigojobjenlkjdkdjbmgofcejkgdpll
URL Oficial https://chromewebstore.google.com/detail/remove-all-gmail-labels/caigojobjenlkjdkdjbmgofcejkgdpll
Descrição Removes all Gmail labels currently.
Tamanho do Arquivo 461 KB
Contagem de Instalações 31
Versão Atual 1.1
Última Atualização 2019-01-12
Data de Publicação 2019-01-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nestor
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
Idiomas Suportados 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"
}