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 |
| 官方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\/*"
]
} | |