Auto BCC for Gmail™

Automatically add BCC/CC fields when you send emails. Allow different BCC/CC addresses per each of your Gmail accounts.

Cos'è Auto BCC for Gmail™?

Auto BCC for Gmail™ è un'estensione di Chrome sviluppata da https://autobcc.com, e la sua funzione principale è "Automatically add BCC/CC fields when you send emails. Allow different BCC/CC addresses per each of your Gmail accounts.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto BCC for Gmail™

Scarica i file di estensione Auto BCC for Gmail™ 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

                        ★ Features of "Auto BCC for Gmail™" extension:
✔ Integrated with Gmail UI, auto add BCC & CC email addresses based on your config. Allow different BCC & CC addresses per each of your Gmail accounts.
✔ Write mails conveniently by auto pop-out Reply/Forward to a stand-alone compose window and expand it to maximized size.
✔ Import/Export settings to set up Auto BCC quickly on both your work & home computers.

★ Example of usage: Auto BCC all emails from "[email protected]" to "[email protected]" and all emails from "[email protected]" to "[email protected]"

★ AUTO BCC extension is developed and maintained by autobcc.com team - If you run into a problem, contact us at [email protected]                    

Informazioni di Base sull'Estensione

Nome Auto BCC for Gmail™ Auto BCC for Gmail™
ID hfjgikgjcgdhlklibkcobckkhklaeodd
URL Ufficiale https://chromewebstore.google.com/detail/auto-bcc-for-gmail/hfjgikgjcgdhlklibkcobckkhklaeodd
Descrizione Automatically add BCC/CC fields when you send emails. Allow different BCC/CC addresses per each of your Gmail accounts.
Dimensione del File 93.38 KB
Conteggio Installazioni 38,342
Versione Corrente 2023.1.21.0
Ultimo Aggiornamento 2023-01-28
Data di Pubblicazione 2020-06-26
Valutazione 3.62/5 Totale 465 Valutazioni
Sviluppatore https://autobcc.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://autobcc.com/auto-bcc-cc-for-gmail-and-inbox-extension/
URL della Pagina di Aiuto https://autobcc.com/contact-us/
URL della Pagina della Politica sulla Privacy https://autobcc.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2023.1.21.0",
    "short_name": "AutoBcc",
    "name": "Auto BCC for Gmail\u2122",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "css": [
                "sweetalert.css"
            ],
            "js": [
                "jquery.js",
                "sweetalert.js",
                "bcc.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "license.js"
            ],
            "matches": [
                "https:\/\/paygate.autobcc.com\/payments\/license_key\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon32.png",
        "default_title": "Auto Bcc"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.autobcc.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "manifest_version": 3
}