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.

Cos'è Email Oops Blocker?

Email Oops Blocker è un'estensione di Chrome sviluppata da avi.zuber, e la sua funzione principale è "Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Email Oops Blocker

Scarica i file di estensione Email Oops Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Email Oops Blocker Email Oops Blocker
ID odemebodmlfkipmlfnljelkbcdoembdl
URL Ufficiale https://chromewebstore.google.com/detail/email-oops-blocker/odemebodmlfkipmlfnljelkbcdoembdl
Descrizione Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.
Dimensione del File 48.38 KB
Conteggio Installazioni 22
Versione Corrente 0.4
Ultimo Aggiornamento 2016-04-06
Data di Pubblicazione 2016-04-05
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore avi.zuber
Tipo di Pagamento free
Lingue Supportate 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
}