Gmail cleanup helper

Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.

O que é Gmail cleanup helper?

Gmail cleanup helper é uma extensão do Chrome desenvolvida por marcin.kozinski.play.store, e sua principal característica é "Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail cleanup helper

Baixe arquivos de extensão Gmail cleanup helper 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

                        Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.                    

Informações Básicas da Extensão

Nome Gmail cleanup helper Gmail cleanup helper
ID anfpjbeooonelaggnjjjippkbkceehfh
URL Oficial https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh
Descrição Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
Tamanho do Arquivo 58.18 KB
Contagem de Instalações 47
Versão Atual 1
Última Atualização 2023-03-29
Data de Publicação 2023-03-29
Desenvolvedor marcin.kozinski.play.store
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/marcin-kozinski/privacy-policy
Idiomas Suportados en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}