Gmail Auto BCC

Open source automatic cc/bcc for gmail.

Gmail Auto BCC क्या है?

Gmail Auto BCC https://myoutdesk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open source automatic cc/bcc for gmail."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail Auto BCC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
}