Gmail Auto BCC

Open source automatic cc/bcc for gmail.

Apa itu Gmail Auto BCC?

Gmail Auto BCC adalah ekstensi Chrome yang dikembangkan oleh https://myoutdesk.com, dan fitur utamanya adalah "Open source automatic cc/bcc for gmail.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail Auto BCC

Unduh file ekstensi Gmail Auto BCC dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - 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                    

Informasi Dasar Ekstensi

Nama Gmail Auto BCC Gmail Auto BCC
ID ofegoambibneigpiejjadgfahhncpcoh
URL Resmi https://chromewebstore.google.com/detail/gmail-auto-bcc/ofegoambibneigpiejjadgfahhncpcoh
Deskripsi Open source automatic cc/bcc for gmail.
Ukuran File 346 KB
Jumlah Instalasi 485
Versi Saat Ini 1.7
Terakhir Diperbarui 2024-02-21
Tanggal Publikasi 2022-09-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://myoutdesk.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/MyOutDeskLLC/auto-bcc
URL Halaman Bantuan https://github.com/MyOutDeskLLC/auto-bcc
URL Halaman Kebijakan Privasi https://github.com/MyOutDeskLLC/OSS-Privacy-Policy/blob/main/PRIVACY.md
Bahasa yang Didukung 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"
}