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.

Apa itu Email Oops Blocker?

Email Oops Blocker adalah ekstensi Chrome yang dikembangkan oleh avi.zuber, dan fitur utamanya adalah "Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Email Oops Blocker

Unduh file ekstensi Email Oops Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Email Oops Blocker Email Oops Blocker
ID odemebodmlfkipmlfnljelkbcdoembdl
URL Resmi https://chromewebstore.google.com/detail/email-oops-blocker/odemebodmlfkipmlfnljelkbcdoembdl
Deskripsi Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.
Ukuran File 48.38 KB
Jumlah Instalasi 22
Versi Saat Ini 0.4
Terakhir Diperbarui 2016-04-06
Tanggal Publikasi 2016-04-05
Penilaian 1.00/5 Total 1 Penilaian
Pengembang avi.zuber
Tipe Pembayaran free
Bahasa yang Didukung 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
}