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.
Was ist Pre-sending Checker for Gmail?
Pre-sending Checker for Gmail ist eine Chrome-Erweiterung, die von waterada entwickelt wurde, und ihr Hauptmerkmal ist "Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail.".
Erweiterungsscreenshots
Pre-sending Checker for Gmail-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pre-sending Checker for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Gmail の誤送信対策の拡張です。Gmail でメールを送る際、TO/CC/BCC に間違ったお客様のアドレスを追加してしまわないように、ポップアップで TO/CC/BCC の内容を判りやすく確認することができるようになります。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | amfjacgcdefoiliginkjnebdamdomeig |
| Offizielle URL | https://chromewebstore.google.com/detail/pre-sending-checker-for-g/amfjacgcdefoiliginkjnebdamdomeig |
| Beschreibung | Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail. |
| Dateigröße | 74.07 KB |
| Installationsanzahl | 73,814 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2021-11-01 |
| Veröffentlichungsdatum | 2020-02-09 |
| Bewertung | 4.57/5 Insgesamt 7 Bewertungen |
| Entwickler | waterada |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |