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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Delete for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |