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.
Qu'est-ce que Gmail cleanup helper ?
Gmail cleanup helper est une extension Chrome développée par marcin.kozinski.play.store, et sa fonction principale est "Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail cleanup helper
Téléchargez les fichiers d'extension Gmail cleanup helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
Informations de Base sur l'Extension
Nom | |
ID | anfpjbeooonelaggnjjjippkbkceehfh |
URL Officiel | https://chromewebstore.google.com/detail/gmail-cleanup-helper/anfpjbeooonelaggnjjjippkbkceehfh |
Description | Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size. |
Taille du Fichier | 58.18 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2023-03-29 |
Date de Publication | 2023-03-29 |
Développeur | marcin.kozinski.play.store |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/marcin-kozinski/privacy-policy |
Langues Prises en Charge | 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" } } |