Gmail Auto BCC

Open source automatic cc/bcc for gmail.

Cos'è Gmail Auto BCC?

Gmail Auto BCC è un'estensione di Chrome sviluppata da https://myoutdesk.com, e la sua funzione principale è "Open source automatic cc/bcc for gmail.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gmail Auto BCC

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

                        - Automatic CC & BCC for Gmail, now with multiple sender support
- Customize rules based on sender information
- Auto-populate recipients for sends and replies
- Ad-free, distraction-free, tracking-free environment
- Enhances Gmail productivity                    

Informazioni di Base sull'Estensione

Nome Gmail Auto BCC Gmail Auto BCC
ID ofegoambibneigpiejjadgfahhncpcoh
URL Ufficiale https://chromewebstore.google.com/detail/gmail-auto-bcc/ofegoambibneigpiejjadgfahhncpcoh
Descrizione Open source automatic cc/bcc for gmail.
Dimensione del File 346 KB
Conteggio Installazioni 485
Versione Corrente 1.7
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2022-09-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://myoutdesk.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/MyOutDeskLLC/auto-bcc
URL della Pagina di Aiuto https://github.com/MyOutDeskLLC/auto-bcc
URL della Pagina della Politica sulla Privacy https://github.com/MyOutDeskLLC/OSS-Privacy-Policy/blob/main/PRIVACY.md
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Auto BCC",
    "description": "Open source automatic cc\/bcc for gmail.",
    "version": "1.7",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "src\/icons\/gray-scale-orange-square-mail.png",
                "src\/icons\/orange-square-mail.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/inbox.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/gmail.ts-7-KkizdX.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/gmail.ts-loader-IvZeWprR.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "128": "src\/icons\/orange-square-mail.png"
        },
        "default_title": "Gmail AutoBCC"
    },
    "icons": {
        "128": "src\/icons\/orange-square-mail.png"
    },
    "options_page": "index.html"
}