Bunken Checker for Gmail

Check Gmail subject and body in one click with Bunken. Pop-up confirmation of recipients and checklists before sending Gmail.

What is Bunken Checker for Gmail?

Bunken Checker for Gmail is a Chrome extension developed by bunken-extension, and its main feature is "Check Gmail subject and body in one click with Bunken. Pop-up confirmation of recipients and checklists before sending Gmail.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bunken Checker for Gmail Extension CRX File

Download Bunken Checker for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        「件名と本文の校閲・推敲」と「送信前のチェックリスト画面」の2つの機能でGmail™の誤送信を防ぎます。

【機能1】「文賢」で件名と本文の校閲・推敲を支援
Gmail™の作成ウィンドウに表示された「文賢へ送る」ボタンをクリックすると、件名と本文を文章の校閲・推敲支援ツール「文賢」へ送信します。
「文賢」ツール上で件名と本文に不備がないかを確認できます(※1)。
(Gmail作成画面上でリアルタイムに文章を修正する機能ではありません)

【機能2】「送信前にアドレス・件名・チェックリスト」で最終確認
送信前にポップアップダイアログで「宛先・件名」の確認と「チェックリスト」で内容に不備がないか確認できます(※2)。
すべての項目を確認すると「送信ボタン」が表示され、メールを送信できます。

チェックリストは、オプション画面(※3)でカスタマイズできます。

(※1)文章の校閲・推敲支援ツール「文賢」をご利用いただくためには、別途「文賢」ライセンスのご契約(有料)が必要です。

(※2)「文賢」ライセンスに関わらずご利用いただけます。

(※3)オプション画面は、ブラウザバーにある文賢アイコンを左クリック、または、右クリック→オプションを選択すると表示されます。

本拡張ツールをインストール後、機能が動作しない場合は、Gmail™をリロードするか、ブラウザを再起動してください。                    

Extension Basic Information

Name Bunken Checker for Gmail Bunken Checker for Gmail
ID afmemjjekcdkgpnladhmgglocgfkaali
Official URL https://chromewebstore.google.com/detail/bunken-checker-for-gmail/afmemjjekcdkgpnladhmgglocgfkaali
Description Check Gmail subject and body in one click with Bunken. Pop-up confirmation of recipients and checklists before sending Gmail.
File Size 100 KB
Installation Count 1,280
Current Version 1.0.7
Last Updated 2021-11-02
Publish Date 2021-05-05
Rating 5.00/5 Total 1 Ratings
Developer bunken-extension
Email [email protected]
Payment Type free
Extension Website https://bun-ken.net
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "jquery-ui.structure-1.12.1.min.css",
                "jquery-ui.theme-1.12.1.min.css",
                "bunken.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery-ui-1.12.1.min.js",
                "Utils.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/bun-ken.net\/*",
            "https:\/\/staging.bun-ken.net\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "browser_action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "ja",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "background",
        "https:\/\/mail.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmUy4k2JaJwvI1x5Xn42TmrIyZ6nFRP6iHyYlJQr2BunmLMGY0y\/mffpr\/Yy6P7umC+ux6WMtGbOqMQGXCVAVnN013RoC76REt3\/ul3\/FjR8Bxc9Urjluz57Mk2k65LLlbqrCuUpcJcczD2XydJZmvzARNuAfCnNnkNyKL25kvS6B0YeEmEjwB\/gN1X7JsTWAkzkli0sNCGly4qkXr0d0g9CXAN9St+cN\/w80CKAMkeE2duVPXM122hY\/6prIE7akccEnumIX+RBWwVWsjSpLfY3yeM34xq1cw2ci5QsEGPWx99OH1ZF31Ao3jjsXRGlIOTnFDYqQsX7aNICWy\/a\/+QIDAQAB",
    "version": "1.0.7"
}