NeoCertified Messaging (MED1)

Send emails securely using NeoCertified

Co je NeoCertified Messaging (MED1)?

NeoCertified Messaging (MED1) je rozšíření Chrome vyvinuté peter, a jeho hlavní funkcí je „Send emails securely using NeoCertified“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NeoCertified Messaging (MED1)

Stáhněte si soubory rozšíření NeoCertified Messaging (MED1) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        NeoCertified has been a leading secure email provider since 2002.
We protect individuals, SMB & enterprise organizations with secure email solutions.                    

Základní Informace o Rozšíření

Název NeoCertified Messaging (MED1) NeoCertified Messaging (MED1)
ID hhalonfpifdlmcplmlpaembinpjcbjmo
Oficiální URL https://chromewebstore.google.com/detail/neocertified-messaging-me/hhalonfpifdlmcplmlpaembinpjcbjmo
Popis Send emails securely using NeoCertified
Velikost souboru 816 KB
Počet instalací 900
Aktuální Verze 3.0.0
Poslední Aktualizace 2023-11-16
Datum Vydání 2019-01-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář peter
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://neocertified.com/
URL Stránky Nápovědy https://neocertified.com/support-and-faqs/
URL Stránky Zásad Ochrany Soukromí https://neocertified.com/privacy-policy
Podporované Jazyky 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\/*",
                "*:\/\/*\/*"
            ]
        }
    ]
}