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 - это расширение Chrome, разработанное marcin.kozinski.play.store, и его основная функция - "Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Gmail cleanup helper

Скачайте файлы расширений 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"
    }
}