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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Pre-sending Checker for Gmail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Gmail の誤送信対策の拡張です。Gmail でメールを送る際、TO/CC/BCC に間違ったお客様のアドレスを追加してしまわないように、ポップアップで TO/CC/BCC の内容を判りやすく確認することができるようになります。 擴展基本資訊
| 名稱 | |
| ID | amfjacgcdefoiliginkjnebdamdomeig |
| 官方網址 | 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\/*"
]
} | |