Auto BCC for Gmail™

Automatically add BCC/CC fields when you send emails. Allow different BCC/CC addresses per each of your Gmail accounts.

Auto BCC for Gmail™ क्या है?

Auto BCC for Gmail™ https://autobcc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically add BCC/CC fields when you send emails. Allow different BCC/CC addresses per each of your Gmail accounts."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Auto BCC for Gmail™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ★ Features of "Auto BCC for Gmail™" extension:
✔ Integrated with Gmail UI, auto add BCC & CC email addresses based on your config. Allow different BCC & CC addresses per each of your Gmail accounts.
✔ Write mails conveniently by auto pop-out Reply/Forward to a stand-alone compose window and expand it to maximized size.
✔ Import/Export settings to set up Auto BCC quickly on both your work & home computers.

★ Example of usage: Auto BCC all emails from "[email protected]" to "[email protected]" and all emails from "[email protected]" to "[email protected]"

★ AUTO BCC extension is developed and maintained by autobcc.com team - If you run into a problem, contact us at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Auto BCC for Gmail™ Auto BCC for Gmail™
ID hfjgikgjcgdhlklibkcobckkhklaeodd
आधिकारिक URL https://chromewebstore.google.com/detail/auto-bcc-for-gmail/hfjgikgjcgdhlklibkcobckkhklaeodd
विवरण Automatically add BCC/CC fields when you send emails. Allow different BCC/CC addresses per each of your Gmail accounts.
फ़ाइल का आकार 93.38 KB
स्थापना संख्या 38,342
वर्तमान संस्करण 2023.1.21.0
अंतिम अपडेट 2023-01-28
प्रकाशन तिथि 2020-06-26
रेटिंग 3.62/5 कुल 465 रेटिंग्स
डेवलपर https://autobcc.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://autobcc.com/auto-bcc-cc-for-gmail-and-inbox-extension/
सहायता पृष्ठ URL https://autobcc.com/contact-us/
गोपनीयता नीति पृष्ठ URL https://autobcc.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2023.1.21.0",
    "short_name": "AutoBcc",
    "name": "Auto BCC for Gmail\u2122",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "css": [
                "sweetalert.css"
            ],
            "js": [
                "jquery.js",
                "sweetalert.js",
                "bcc.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "license.js"
            ],
            "matches": [
                "https:\/\/paygate.autobcc.com\/payments\/license_key\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon32.png",
        "default_title": "Auto Bcc"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.autobcc.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "manifest_version": 3
}