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.

Cos'è Gmail cleanup helper?

Gmail cleanup helper è un'estensione di Chrome sviluppata da marcin.kozinski.play.store, e la sua funzione principale è "Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gmail cleanup helper

Scarica i file di estensione Gmail cleanup helper 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

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

Informazioni di Base sull'Estensione

Nome Gmail cleanup helper Gmail cleanup helper
ID anfpjbeooonelaggnjjjippkbkceehfh
URL Ufficiale https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh
Descrizione Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
Dimensione del File 58.18 KB
Conteggio Installazioni 47
Versione Corrente 1
Ultimo Aggiornamento 2023-03-29
Data di Pubblicazione 2023-03-29
Sviluppatore marcin.kozinski.play.store
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/marcin-kozinski/privacy-policy
Lingue Supportate 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"
    }
}