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.

Wat is Email Oops Blocker?

Email Oops Blocker is een Chrome-extensie ontwikkeld door avi.zuber, en de belangrijkste functie is "Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Email Oops Blocker

Download Email Oops Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Email Oops Blocker Email Oops Blocker
ID odemebodmlfkipmlfnljelkbcdoembdl
Officiële URL https://chromewebstore.google.com/detail/email-oops-blocker/odemebodmlfkipmlfnljelkbcdoembdl
Beschrijving Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.
Bestandsgrootte 48.38 KB
Aantal Installaties 22
Huidige Versie 0.4
Laatst Bijgewerkt 2016-04-06
Publicatiedatum 2016-04-05
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar avi.zuber
Betalingswijze free
Ondersteunde Talen 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
}