OpenAutoCC

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

什么是OpenAutoCC?

OpenAutoCC是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Automatically add CC and BCC addresses to new emails in Gmail!”。

扩展截图

screenshot
screenshot

下载OpenAutoCC扩展crx文件

下载OpenAutoCC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 OpenAutoCC OpenAutoCC
ID abfbngpbpfojjakiajbhbgjgeeicckof
官方URL https://chromewebstore.google.com/detail/openautocc/abfbngpbpfojjakiajbhbgjgeeicckof
简介 Automatically add CC and BCC addresses to new emails in Gmail!
文件大小 21.42 KB
安装次数 45
当前版本 0.1
更新时间 2019-09-16
上架时间 2019-09-16
开发者 Unknown
付费类型 free
支持的语言 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"
    ]
}