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.
Co to jest Gmail cleanup helper?
Gmail cleanup helper to rozszerzenie Chrome opracowane przez marcin.kozinski.play.store, a jego główną funkcją jest „Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail cleanup helper
Pobierz pliki rozszerzeń Gmail cleanup helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | anfpjbeooonelaggnjjjippkbkceehfh |
Oficjalny URL | https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh |
Opis | Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size. |
Rozmiar pliku | 58.18 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2023-03-29 |
Data Publikacji | 2023-03-29 |
Deweloper | marcin.kozinski.play.store |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sites.google.com/view/marcin-kozinski/privacy-policy |
Obsługiwane Języki | 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" } } |