Pre-sending Checker for Gmail

Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail.

Pre-sending Checker for Gmail란 무엇입니까?

Pre-sending Checker for Gmail은(는) waterada에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail."입니다.

확장 프로그램 스크린샷

screenshot

Pre-sending Checker for Gmail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Gmail の誤送信対策の拡張です。Gmail でメールを送る際、TO/CC/BCC に間違ったお客様のアドレスを追加してしまわないように、ポップアップで TO/CC/BCC の内容を判りやすく確認することができるようになります。                    

확장 프로그램 기본 정보

이름 Pre-sending Checker for Gmail Pre-sending Checker for Gmail
ID amfjacgcdefoiliginkjnebdamdomeig
공식 URL https://chromewebstore.google.com/detail/pre-sending-checker-for-g/amfjacgcdefoiliginkjnebdamdomeig
설명 Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail.
파일 크기 74.07 KB
설치 횟수 73,814
현재 버전 1.3
최근 업데이트 2021-11-01
출시 날짜 2020-02-09
평점 4.57/5 총 7 개의 평점
개발자 waterada
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "jquery-ui.structure-1.12.1.min.css",
                "jquery-ui.theme-1.12.1.min.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery-ui-1.12.1.min.js",
                "ChEx.js",
                "content_script.js",
                "content_script_main.js"
            ]
        }
    ],
    "default_locale": "ja",
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ]
}