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.

O que é Pre-sending Checker for Gmail?

Pre-sending Checker for Gmail é uma extensão do Chrome desenvolvida por waterada, e sua principal característica é "Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pre-sending Checker for Gmail

Baixe arquivos de extensão Pre-sending Checker for Gmail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Pre-sending Checker for Gmail Pre-sending Checker for Gmail
ID amfjacgcdefoiliginkjnebdamdomeig
URL Oficial https://chromewebstore.google.com/detail/pre-sending-checker-for-g/amfjacgcdefoiliginkjnebdamdomeig
Descrição Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail.
Tamanho do Arquivo 74.07 KB
Contagem de Instalações 73,814
Versão Atual 1.3
Última Atualização 2021-11-01
Data de Publicação 2020-02-09
Classificação 4.57/5 Total de 7 Avaliações
Desenvolvedor waterada
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}