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