NeoCertified Messaging (MED1)
Send emails securely using NeoCertified
NeoCertified Messaging (MED1) là gì?
NeoCertified Messaging (MED1) là một tiện ích mở rộng Chrome được phát triển bởi peter, và tính năng chính của nó là "Send emails securely using NeoCertified".
Ả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 NeoCertified Messaging (MED1)
Tải xuống các tệp mở rộng NeoCertified Messaging (MED1) 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
NeoCertified has been a leading secure email provider since 2002. We protect individuals, SMB & enterprise organizations with secure email solutions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NeoCertified Messaging (MED1) |
ID | hhalonfpifdlmcplmlpaembinpjcbjmo |
URL Chính Thức | https://chromewebstore.google.com/detail/neocertified-messaging-me/hhalonfpifdlmcplmlpaembinpjcbjmo |
Mô tả | Send emails securely using NeoCertified |
Kích Thước Tệp | 816 KB |
Số Lần Cài Đặt | 900 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2023-11-16 |
Ngày Phát Hành | 2019-01-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | peter |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://neocertified.com/ |
URL Trang Trợ Giúp | https://neocertified.com/support-and-faqs/ |
URL Trang Chính Sách Bảo Mật | https://neocertified.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NeoCertified Messaging (MED1)", "short_name": "NCM (MED1)", "description": "Send emails securely using NeoCertified", "version": "3.0.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/icon.png" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "*:\/\/*\/*" ] } ] } |