Quick Delete for Gmail

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

Quick Delete for Gmail란 무엇입니까?

Quick Delete for Gmail은(는) https://noccito.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Quick Delete for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✓ 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]                    

확장 프로그램 기본 정보

이름 Quick Delete for Gmail Quick Delete for Gmail
ID ejdgicolpincjehkcpddionoadmomcog
공식 URL https://chromewebstore.google.com/detail/quick-delete-for-gmail/ejdgicolpincjehkcpddionoadmomcog
설명 Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete
파일 크기 130 KB
설치 횟수 780
현재 버전 2.0.3
최근 업데이트 2022-11-24
출시 날짜 2022-01-10
평점 1.50/5 총 2 개의 평점
개발자 https://noccito.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://noccito.net/index.php/image-expand-for-google-slide
지원되는 언어 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"
}