Gmail automatic BCC me by 010Pixel

A plugin for gmail to automatically BCC sender's email.

什么是Gmail automatic BCC me by 010Pixel?

Gmail automatic BCC me by 010Pixel是由010pixel开发的Chrome扩展程序,该扩展的主要功能是“A plugin for gmail to automatically BCC sender's email.”。

扩展截图

screenshot
screenshot

下载Gmail automatic BCC me by 010Pixel扩展crx文件

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

扩展使用说明

                        A very simple plugin to enable you to automatically BCC yourself in creating new email, replying and forwarding email. There is a button in enable/disable the feature in gmail itself.

How to:
- Click on "Compose" or "Reply" or "Reply all" or "Forward" button and you will automatically be BCCed
- To disable or renable this feature, just uncheck the checkbox at the bottom of the compose text popup.                    

扩展基本信息

名称 Gmail automatic BCC me by 010Pixel Gmail automatic BCC me by 010Pixel
ID cdbbhmihggfhmhbbmabpkpflahdeodgo
官方URL https://chromewebstore.google.com/detail/gmail-automatic-bcc-me-by/cdbbhmihggfhmhbbmabpkpflahdeodgo
简介 A plugin for gmail to automatically BCC sender's email.
文件大小 438 KB
安装次数 734
当前版本 1.1.3
更新时间 2017-05-22
上架时间 2017-05-21
评分 5.00/5 共4次评分
开发者 010pixel
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.010pixel.com/
隐私政策页面URL https://privacy.010pixel.com/chrome
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail automatic BCC me by 010Pixel",
    "short_name": "Gmail-Automatic-BCC-Me",
    "description": "A plugin for gmail to automatically BCC sender's email.",
    "version": "1.1.3",
    "author": "010 Pixel",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon16.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "myapp.js"
            ]
        }
    ]
}