Email Oops Blocker
Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.
Email Oops Blockerとは何ですか?
Email Oops Blockerはavi.zuberによって開発されたChromeの拡張機能で、その主な機能は「Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.」です。
拡張機能のスクリーンショット
Email Oops Blocker拡張機能のCRXファイルをダウンロード
Email Oops Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever been BCC'd on an email? It usually means the other recipients in the thread are not supposed to know you were included. If you accidentally click "Reply to All", instead of "Reply", everyone will know. Email Oops Blocker alerts with you with a friendly reminder if you accidentally hit "Reply to All" on an email you were BCC'd on. It works in Gmail.
拡張機能の基本情報
名前 | Email Oops Blocker |
ID | odemebodmlfkipmlfnljelkbcdoembdl |
公式URL | https://chromewebstore.google.com/detail/email-oops-blocker/odemebodmlfkipmlfnljelkbcdoembdl |
説明 | Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail. |
ファイルサイズ | 48.38 KB |
インストール数 | 22 |
現在のバージョン | 0.4 |
最終更新日 | 2016-04-06 |
公開日 | 2016-04-05 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | avi.zuber |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Oops Blocker", "short_name": "Mishap Prevention for Gmail", "version": "0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery-1.10.2.min.js", "main.js" ] } ], "manifest_version": 2 } |