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.”。

扩展截图

screenshot

下载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 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
}