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 |
公式URL | 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 |
Eメール | [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" } } |