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.
What is Email Oops Blocker?
Email Oops Blocker is a Chrome extension developed by avi.zuber, and its main feature is "Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.".
Extension Screenshots
Download Email Oops Blocker Extension CRX File
Download Email Oops Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Email Oops Blocker |
ID | odemebodmlfkipmlfnljelkbcdoembdl |
Official URL | https://chromewebstore.google.com/detail/email-oops-blocker/odemebodmlfkipmlfnljelkbcdoembdl |
Description | Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail. |
File Size | 48.38 KB |
Installation Count | 22 |
Current Version | 0.4 |
Last Updated | 2016-04-06 |
Publish Date | 2016-04-05 |
Rating | 1.00/5 Total 1 Ratings |
Developer | avi.zuber |
Payment Type | free |
Supported Languages | 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 } |