NeoCertified Messaging (MED1)
Send emails securely using NeoCertified
Co to jest NeoCertified Messaging (MED1)?
NeoCertified Messaging (MED1) to rozszerzenie Chrome opracowane przez peter, a jego główną funkcją jest „Send emails securely using NeoCertified”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NeoCertified Messaging (MED1)
Pobierz pliki rozszerzeń NeoCertified Messaging (MED1) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
NeoCertified has been a leading secure email provider since 2002.
We protect individuals, SMB & enterprise organizations with secure email solutions. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hhalonfpifdlmcplmlpaembinpjcbjmo |
| Oficjalny URL | https://chromewebstore.google.com/detail/neocertified-messaging-me/hhalonfpifdlmcplmlpaembinpjcbjmo |
| Opis | Send emails securely using NeoCertified |
| Rozmiar pliku | 816 KB |
| Liczba instalacji | 900 |
| Aktualna Wersja | 3.0.0 |
| Ostatnia Aktualizacja | 2023-11-16 |
| Data Publikacji | 2019-01-17 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | peter |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://neocertified.com/ |
| Adres URL Strony Pomocy | https://neocertified.com/support-and-faqs/ |
| Adres URL Strony Polityki Prywatności | https://neocertified.com/privacy-policy |
| Obsługiwane Języki | 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\/*",
"*:\/\/*\/*"
]
}
]
} | |