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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}