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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย waterada และคุณลักษณะหลักของมันคือ "Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pre-sending Checker for Gmail

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}