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 là gì?
Pre-sending Checker for Gmail là một tiện ích mở rộng Chrome được phát triển bởi waterada, và tính năng chính của nó là "Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pre-sending Checker for Gmail
Tải xuống các tệp mở rộng Pre-sending Checker for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Gmail の誤送信対策の拡張です。Gmail でメールを送る際、TO/CC/BCC に間違ったお客様のアドレスを追加してしまわないように、ポップアップで TO/CC/BCC の内容を判りやすく確認することができるようになります。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pre-sending Checker for Gmail |
ID | amfjacgcdefoiliginkjnebdamdomeig |
URL Chính Thức | https://chromewebstore.google.com/detail/pre-sending-checker-for-g/amfjacgcdefoiliginkjnebdamdomeig |
Mô tả | Allows to pop up all lists easy to check whether or not any wrong addresses in TO/CC/BCC in your Gmail. |
Kích Thước Tệp | 74.07 KB |
Số Lần Cài Đặt | 73,814 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-11-01 |
Ngày Phát Hành | 2020-02-09 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | waterada |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |