NeoCertified Messaging (MED1)
Send emails securely using NeoCertified
What is NeoCertified Messaging (MED1)?
NeoCertified Messaging (MED1) is a Chrome extension developed by peter, and its main feature is "Send emails securely using NeoCertified".
Extension Screenshots
Download NeoCertified Messaging (MED1) Extension CRX File
Download NeoCertified Messaging (MED1) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
NeoCertified has been a leading secure email provider since 2002. We protect individuals, SMB & enterprise organizations with secure email solutions.
Extension Basic Information
Name | NeoCertified Messaging (MED1) |
ID | hhalonfpifdlmcplmlpaembinpjcbjmo |
Official URL | https://chromewebstore.google.com/detail/neocertified-messaging-me/hhalonfpifdlmcplmlpaembinpjcbjmo |
Description | Send emails securely using NeoCertified |
File Size | 816 KB |
Installation Count | 900 |
Current Version | 3.0.0 |
Last Updated | 2023-11-16 |
Publish Date | 2019-01-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | peter |
[email protected] | |
Payment Type | free |
Extension Website | https://neocertified.com/ |
Help Page URL | https://neocertified.com/support-and-faqs/ |
Privacy Policy Page URL | https://neocertified.com/privacy-policy |
Supported Languages | 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\/*", "*:\/\/*\/*" ] } ] } |