Gmail Auto BCC

Open source automatic cc/bcc for gmail.

ما هو Gmail Auto BCC؟

Gmail Auto BCC هو إضافة Chrome تم تطويرها بواسطة https://myoutdesk.com، والميزة الرئيسية لها هي "Open source automatic cc/bcc for gmail.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gmail Auto BCC

قم بتنزيل ملفات الامتداد Gmail Auto BCC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - 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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/MyOutDeskLLC/auto-bcc
عنوان صفحة المساعدة https://github.com/MyOutDeskLLC/auto-bcc
عنوان صفحة سياسة الخصوصية 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"
}