NeoCertified Messaging (MED1)
Send emails securely using NeoCertified
什么是NeoCertified Messaging (MED1)?
NeoCertified Messaging (MED1)是由peter开发的Chrome扩展程序,该扩展的主要功能是“Send emails securely using NeoCertified”。
扩展截图
下载NeoCertified Messaging (MED1)扩展crx文件
下载NeoCertified Messaging (MED1)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
NeoCertified has been a leading secure email provider since 2002.
We protect individuals, SMB & enterprise organizations with secure email solutions. 扩展基本信息
| 名称 | |
| ID | hhalonfpifdlmcplmlpaembinpjcbjmo |
| 官方URL | https://chromewebstore.google.com/detail/neocertified-messaging-me/hhalonfpifdlmcplmlpaembinpjcbjmo |
| 简介 | Send emails securely using NeoCertified |
| 文件大小 | 816 KB |
| 安装次数 | 900 |
| 当前版本 | 3.0.0 |
| 更新时间 | 2023-11-16 |
| 上架时间 | 2019-01-17 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | peter |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://neocertified.com/ |
| 帮助页面URL | https://neocertified.com/support-and-faqs/ |
| 隐私政策页面URL | https://neocertified.com/privacy-policy |
| 支持的语言 | 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\/*",
"*:\/\/*\/*"
]
}
]
} | |