Quick Delete for Gmail

Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete

Apa itu Quick Delete for Gmail?

Quick Delete for Gmail adalah ekstensi Chrome yang dikembangkan oleh https://noccito.net, dan fitur utamanya adalah "Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Quick Delete for Gmail

Unduh file ekstensi Quick Delete for Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ✓ DELETE YOUR EMAIL FASTER IN GMAIL™

How does it work?
✓ Mouse over any part of the email line (sender, subject, date,...) and press D on your keyboard. 

✅ Ideal to quickly clean your inbox, achieve zero inbox, reduced storage.

📧 Feedback super welome on [email protected]                    

Informasi Dasar Ekstensi

Nama Quick Delete for Gmail Quick Delete for Gmail
ID ejdgicolpincjehkcpddionoadmomcog
URL Resmi https://chromewebstore.google.com/detail/quick-delete-for-gmail/ejdgicolpincjehkcpddionoadmomcog
Deskripsi Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete
Ukuran File 130 KB
Jumlah Instalasi 780
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2022-11-24
Tanggal Publikasi 2022-01-10
Penilaian 1.50/5 Total 2 Penilaian
Pengembang https://noccito.net
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://noccito.net/index.php/image-expand-for-google-slide
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "name": "Quick Delete for Gmail",
    "description": "Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete",
    "author": "Designed by Noccito - Developed by: MaaF",
    "host_permissions": [
        "*:\/\/*.mail.google.com\/*"
    ],
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "incognito": "spanning",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "libs\/jquery\/3.6.0\/jquery.min.js",
                "libs\/URI.js\/1.19.2\/URI.min.js",
                "libs\/mutation-summary\/mutation-summary.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icons\/icon-b-16.png",
        "32": "img\/icons\/icon-b-32.png",
        "48": "img\/icons\/icon-b-48.png",
        "64": "img\/icons\/icon-b-64.png",
        "128": "img\/icons\/icon-b-128.png",
        "256": "img\/icons\/icon-b-256.png",
        "512": "img\/icons\/icon-b-512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "libs\/*"
            ],
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "92"
}