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.
什麼是Gmail cleanup helper?
Gmail cleanup helper是由marcin.kozinski.play.store開發的Chrome擴展程式,該擴展的主要功能是“Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.”。
擴展截圖
下載Gmail cleanup helper擴展crx文件
下載Gmail cleanup helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
擴展基本資訊
名稱 | |
ID | anfpjbeooonelaggnjjjippkbkceehfh |
官方網址 | https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh |
簡介 | Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size. |
檔案大小 | 58.18 KB |
安裝次數 | 47 |
目前版本 | 1 |
更新時間 | 2023-03-29 |
上架時間 | 2023-03-29 |
開發者 | marcin.kozinski.play.store |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://sites.google.com/view/marcin-kozinski/privacy-policy |
支援的語言 | 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" } } |