OpenAutoCC

Automatically add CC and BCC addresses to new emails in Gmail!

Cos'è OpenAutoCC?

OpenAutoCC è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Automatically add CC and BCC addresses to new emails in Gmail!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OpenAutoCC

Scarica i file di estensione OpenAutoCC 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

                        Automatically add CC and BCC addresses to new emails in Gmail!                    

Informazioni di Base sull'Estensione

Nome OpenAutoCC OpenAutoCC
ID abfbngpbpfojjakiajbhbgjgeeicckof
URL Ufficiale https://chromewebstore.google.com/detail/openautocc/abfbngpbpfojjakiajbhbgjgeeicckof
Descrizione Automatically add CC and BCC addresses to new emails in Gmail!
Dimensione del File 21.42 KB
Conteggio Installazioni 45
Versione Corrente 0.1
Ultimo Aggiornamento 2019-09-16
Data di Pubblicazione 2019-09-16
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenAutoCC",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "http:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "openautocc.js"
            ]
        }
    ],
    "options_page": "settings.html",
    "permissions": [
        "storage"
    ]
}