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.

Vad är Gmail cleanup helper?

Gmail cleanup helper är en Chrome-tillägg utvecklad av marcin.kozinski.play.store, och dess huvudfunktion är "Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.".

Tilläggsskärmbilder

screenshot

Ladda ner Gmail cleanup helper-förlängningens CRX-fil

Ladda ner Gmail cleanup helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.                    

Grundläggande Information om Tillägg

Namn Gmail cleanup helper Gmail cleanup helper
ID anfpjbeooonelaggnjjjippkbkceehfh
Officiell webbadress https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh
Beskrivning Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
Filstorlek 58.18 KB
Antal Installationer 47
Aktuell Version 1
Senast Uppdaterad 2023-03-29
Publiceringsdatum 2023-03-29
Utvecklare marcin.kozinski.play.store
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/marcin-kozinski/privacy-policy
Stödda Språk 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"
    }
}