Gmail Auto BCC

Open source automatic cc/bcc for gmail.

Gmail Auto BCCとは何ですか?

Gmail Auto BCCはhttps://myoutdesk.comによって開発されたChromeの拡張機能で、その主な機能は「Open source automatic cc/bcc for gmail.」です。

拡張機能のスクリーンショット

screenshot

Gmail Auto BCC拡張機能のCRXファイルをダウンロード

Gmail Auto BCC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - 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                    

拡張機能の基本情報

名前 Gmail Auto BCC Gmail Auto BCC
ID ofegoambibneigpiejjadgfahhncpcoh
公式URL https://chromewebstore.google.com/detail/gmail-auto-bcc/ofegoambibneigpiejjadgfahhncpcoh
説明 Open source automatic cc/bcc for gmail.
ファイルサイズ 346 KB
インストール数 485
現在のバージョン 1.7
最終更新日 2024-02-21
公開日 2022-09-26
評価 5.00/5 合計 1 レビュー
開発者 https://myoutdesk.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/MyOutDeskLLC/auto-bcc
ヘルプページのURL https://github.com/MyOutDeskLLC/auto-bcc
プライバシーポリシーページのURL https://github.com/MyOutDeskLLC/OSS-Privacy-Policy/blob/main/PRIVACY.md
対応言語 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"
}