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.
What is Gmail cleanup helper?
Gmail cleanup helper is a Chrome extension developed by marcin.kozinski.play.store, and its main feature is "Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.".
Extension Screenshots
Download Gmail cleanup helper Extension CRX File
Download Gmail cleanup helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
Extension Basic Information
Name | |
ID | anfpjbeooonelaggnjjjippkbkceehfh |
Official URL | https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh |
Description | Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size. |
File Size | 58.18 KB |
Installation Count | 47 |
Current Version | 1 |
Last Updated | 2023-03-29 |
Publish Date | 2023-03-29 |
Developer | marcin.kozinski.play.store |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/marcin-kozinski/privacy-policy |
Supported Languages | 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" } } |