OpenAutoCC

Automatically add CC and BCC addresses to new emails in Gmail!

What is OpenAutoCC?

OpenAutoCC is a Chrome extension developed by Unknown, and its main feature is "Automatically add CC and BCC addresses to new emails in Gmail!".

Extension Screenshots

screenshot
screenshot

Download OpenAutoCC Extension CRX File

Download OpenAutoCC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatically add CC and BCC addresses to new emails in Gmail!                    

Extension Basic Information

Name OpenAutoCC OpenAutoCC
ID abfbngpbpfojjakiajbhbgjgeeicckof
Official URL https://chromewebstore.google.com/detail/openautocc/abfbngpbpfojjakiajbhbgjgeeicckof
Description Automatically add CC and BCC addresses to new emails in Gmail!
File Size 21.42 KB
Installation Count 45
Current Version 0.1
Last Updated 2019-09-16
Publish Date 2019-09-16
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenAutoCC",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "http:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "openautocc.js"
            ]
        }
    ],
    "options_page": "settings.html",
    "permissions": [
        "storage"
    ]
}