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.
Co je Gmail cleanup helper?
Gmail cleanup helper je rozšíření Chrome vyvinuté marcin.kozinski.play.store, a jeho hlavní funkcí je „Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gmail cleanup helper
Stáhněte si soubory rozšíření Gmail cleanup helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
Základní Informace o Rozšíření
Název | |
ID | anfpjbeooonelaggnjjjippkbkceehfh |
Oficiální URL | https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh |
Popis | Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size. |
Velikost souboru | 58.18 KB |
Počet instalací | 47 |
Aktuální Verze | 1 |
Poslední Aktualizace | 2023-03-29 |
Datum Vydání | 2023-03-29 |
Vývojář | marcin.kozinski.play.store |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://sites.google.com/view/marcin-kozinski/privacy-policy |
Podporované Jazyky | 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" } } |