Gmail automatic BCC me by 010Pixel

A plugin for gmail to automatically BCC sender's email.

Cos'è Gmail automatic BCC me by 010Pixel?

Gmail automatic BCC me by 010Pixel è un'estensione di Chrome sviluppata da 010pixel, e la sua funzione principale è "A plugin for gmail to automatically BCC sender's email.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gmail automatic BCC me by 010Pixel

Scarica i file di estensione Gmail automatic BCC me by 010Pixel 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Gmail automatic BCC me by 010Pixel Gmail automatic BCC me by 010Pixel
ID cdbbhmihggfhmhbbmabpkpflahdeodgo
URL Ufficiale https://chromewebstore.google.com/detail/gmail-automatic-bcc-me-by/cdbbhmihggfhmhbbmabpkpflahdeodgo
Descrizione A plugin for gmail to automatically BCC sender's email.
Dimensione del File 438 KB
Conteggio Installazioni 734
Versione Corrente 1.1.3
Ultimo Aggiornamento 2017-05-22
Data di Pubblicazione 2017-05-21
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore 010pixel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.010pixel.com/
URL della Pagina della Politica sulla Privacy https://privacy.010pixel.com/chrome
Lingue Supportate 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"
            ]
        }
    ]
}