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.
Apa itu Gmail cleanup helper?
Gmail cleanup helper adalah ekstensi Chrome yang dikembangkan oleh marcin.kozinski.play.store, dan fitur utamanya adalah "Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gmail cleanup helper
Unduh file ekstensi Gmail cleanup helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
Informasi Dasar Ekstensi
Nama | |
ID | anfpjbeooonelaggnjjjippkbkceehfh |
URL Resmi | https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh |
Deskripsi | Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size. |
Ukuran File | 58.18 KB |
Jumlah Instalasi | 47 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2023-03-29 |
Tanggal Publikasi | 2023-03-29 |
Pengembang | marcin.kozinski.play.store |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://sites.google.com/view/marcin-kozinski/privacy-policy |
Bahasa yang Didukung | 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" } } |