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.
Wat is Gmail cleanup helper?
Gmail cleanup helper is een Chrome-extensie ontwikkeld door marcin.kozinski.play.store, en de belangrijkste functie is "Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail cleanup helper
Download Gmail cleanup helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
Basisinformatie over de Extensie
Naam | |
ID | anfpjbeooonelaggnjjjippkbkceehfh |
Officiële URL | https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh |
Beschrijving | Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size. |
Bestandsgrootte | 58.18 KB |
Aantal Installaties | 47 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2023-03-29 |
Publicatiedatum | 2023-03-29 |
Ontwikkelaar | marcin.kozinski.play.store |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sites.google.com/view/marcin-kozinski/privacy-policy |
Ondersteunde Talen | 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" } } |