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.
O que é Email Oops Blocker?
Email Oops Blocker é uma extensão do Chrome desenvolvida por avi.zuber, e sua principal característica é "Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Email Oops Blocker
Baixe arquivos de extensão Email Oops Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Email Oops Blocker |
ID | odemebodmlfkipmlfnljelkbcdoembdl |
URL Oficial | https://chromewebstore.google.com/detail/email-oops-blocker/odemebodmlfkipmlfnljelkbcdoembdl |
Descrição | Friendly reminders to think twice before hitting 'Reply All' or 'Forward' when you were BCC'd on an email. Works for Gmail. |
Tamanho do Arquivo | 48.38 KB |
Contagem de Instalações | 22 |
Versão Atual | 0.4 |
Última Atualização | 2016-04-06 |
Data de Publicação | 2016-04-05 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | avi.zuber |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |