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」です。
拡張機能のスクリーンショット
Quick Delete for Gmail拡張機能のCRXファイルをダウンロード
Quick Delete for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
✓ 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] 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |