Auto BCC CC Gmail & Inbox

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

Auto BCC CC Gmail & Inbox क्या है?

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

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

screenshot
screenshot

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

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

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

                        The auto cc and bcc extension can help users automatically fill in cc and bcc mailboxes when writing, forwarding and replying to emails.

★ Simple gmail bcc and cc extension, Easy to use.

The interaction process between the extension and the gmail mailbox is as follows:
1)After installing the plug-in, refresh the gmail mailbox;
2)Click the shortcut button on the configuration page of the plug-in;
3)Add automatic cc and bcc configuration information as needed:
4)Click the Compose button to start writing an email;
5)The plug-in will automatically set the Cc and Bcc mailboxes according to the current mail sender;

Nothing more. 

The gmail bcc and cc extension Features:

★ Free and easy

    It is a 100% free email gmail bcc and cc tool. There is no online setting for email bcc and cc.
    Believe this tool will be helpful to your work.

★ Doesn't read or store your emails

    The extension will only help you to bcc and cc gmail. 
    In addition, it will never read or store your email content, so it is absolutely safe.

Finally, Hope the extension can bring you a better working experience.

 Auto BCC CC Gmail & Inbox is an independent project and has no relationship to Google Inc.                    

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

नाम Auto BCC CC Gmail & Inbox Auto BCC CC Gmail & Inbox
ID iocbfebkadollepoaokifjhjookheibm
आधिकारिक URL https://chromewebstore.google.com/detail/auto-bcc-cc-gmail-inbox/iocbfebkadollepoaokifjhjookheibm
विवरण Automatically add BCC/CC fields when you send emails. Allow different BCC/CC addresses per each of your Gmail accounts.
फ़ाइल का आकार 249 KB
स्थापना संख्या 135
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-12-15
प्रकाशन तिथि 2022-12-15
डेवलपर hu378934289
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://gmplus.io/gmplus-private-policy
समर्थित भाषाएँ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "short_name": "Auto Bcc For Gmail",
    "name": "Auto BCC CC Gmail & Inbox",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "popup.html",
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "css": [
                "css\/sweetalert.css"
            ],
            "js": [
                "javascript\/jquery.js",
                "javascript\/sweetalert.js",
                "javascript\/bcc.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Auto Bcc"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.gmplus.io\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "manifest_version": 3
}