NeoCertified Messaging (MED1)
Send emails securely using NeoCertified
Vad är NeoCertified Messaging (MED1)?
NeoCertified Messaging (MED1) är en Chrome-tillägg utvecklad av peter, och dess huvudfunktion är "Send emails securely using NeoCertified".
Tilläggsskärmbilder
Ladda ner NeoCertified Messaging (MED1)-förlängningens CRX-fil
Ladda ner NeoCertified Messaging (MED1)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
NeoCertified has been a leading secure email provider since 2002.
We protect individuals, SMB & enterprise organizations with secure email solutions. Grundläggande Information om Tillägg
| Namn | |
| ID | hhalonfpifdlmcplmlpaembinpjcbjmo |
| Officiell webbadress | https://chromewebstore.google.com/detail/neocertified-messaging-me/hhalonfpifdlmcplmlpaembinpjcbjmo |
| Beskrivning | Send emails securely using NeoCertified |
| Filstorlek | 816 KB |
| Antal Installationer | 900 |
| Aktuell Version | 3.0.0 |
| Senast Uppdaterad | 2023-11-16 |
| Publiceringsdatum | 2019-01-17 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | peter |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://neocertified.com/ |
| Hjälpsida URL | https://neocertified.com/support-and-faqs/ |
| URL till Sekretesspolicy Sidan | https://neocertified.com/privacy-policy |
| Stödda Språk | 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\/*",
"*:\/\/*\/*"
]
}
]
} | |