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.

Qu'est-ce que Email Oops Blocker ?

Email Oops Blocker est une extension Chrome développée par avi.zuber, et sa fonction principale est "Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Email Oops Blocker

Téléchargez les fichiers d'extension Email Oops Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Email Oops Blocker Email Oops Blocker
ID odemebodmlfkipmlfnljelkbcdoembdl
URL Officiel 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.
Taille du Fichier 48.38 KB
Nombre d'Installations 22
Version Actuelle 0.4
Dernière Mise à Jour 2016-04-06
Date de Publication 2016-04-05
Évaluation 1.00/5 Total 1 Évaluations
Développeur avi.zuber
Type de Paiement free
Langues Prises en Charge 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
}