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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pre-sending Checker for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}