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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Gmail cleanup helper Gmail cleanup helper
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
电子邮箱 [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"
    }
}