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"
    }
}