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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gmail cleanup helper
قم بتنزيل ملفات الامتداد Gmail cleanup helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just a tiny extension to help use https://one.google.com/storage/management page by sorting emails with large attachments by size.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |