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ファイルをダウンロード

Pre-sending Checker for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}