Gmail automatic BCC me by 010Pixel
A plugin for gmail to automatically BCC sender's email.
¿Qué es Gmail automatic BCC me by 010Pixel?
Gmail automatic BCC me by 010Pixel es una extensión de Chrome desarrollada por 010pixel, y su función principal es "A plugin for gmail to automatically BCC sender's email.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gmail automatic BCC me by 010Pixel
Descarga archivos de extensión Gmail automatic BCC me by 010Pixel en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A very simple plugin to enable you to automatically BCC yourself in creating new email, replying and forwarding email. There is a button in enable/disable the feature in gmail itself. How to: - Click on "Compose" or "Reply" or "Reply all" or "Forward" button and you will automatically be BCCed - To disable or renable this feature, just uncheck the checkbox at the bottom of the compose text popup.
Información Básica de la Extensión
Nombre | Gmail automatic BCC me by 010Pixel |
ID | cdbbhmihggfhmhbbmabpkpflahdeodgo |
URL Oficial | https://chromewebstore.google.com/detail/gmail-automatic-bcc-me-by/cdbbhmihggfhmhbbmabpkpflahdeodgo |
Descripción | A plugin for gmail to automatically BCC sender's email. |
Tamaño del Archivo | 438 KB |
Cantidad de Instalaciones | 734 |
Versión Actual | 1.1.3 |
Última Actualización | 2017-05-22 |
Fecha de Publicación | 2017-05-21 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | 010pixel |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.010pixel.com/ |
URL de la Página de Política de Privacidad | https://privacy.010pixel.com/chrome |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail automatic BCC me by 010Pixel", "short_name": "Gmail-Automatic-BCC-Me", "description": "A plugin for gmail to automatically BCC sender's email.", "version": "1.1.3", "author": "010 Pixel", "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "browser_action": { "default_icon": "images\/icon16.png" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "myapp.js" ] } ] } |