NeoCertified Messaging (MED1)

Send emails securely using NeoCertified

Hvad er NeoCertified Messaging (MED1)?

NeoCertified Messaging (MED1) er en Chrome-udvidelse udviklet af peter, og dens hovedfunktion er "Send emails securely using NeoCertified".

Udvidelsesskærmbilleder

screenshot

Download NeoCertified Messaging (MED1)-udvidelses-CRX-fil

Download NeoCertified Messaging (MED1)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn NeoCertified Messaging (MED1) NeoCertified Messaging (MED1)
ID hhalonfpifdlmcplmlpaembinpjcbjmo
Officiel URL https://chromewebstore.google.com/detail/neocertified-messaging-me/hhalonfpifdlmcplmlpaembinpjcbjmo
Beskrivelse Send emails securely using NeoCertified
Filstørrelse 816 KB
Antal Installationer 900
Nuværende Version 3.0.0
Senest Opdateret 2023-11-16
Udgivelsesdato 2019-01-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler peter
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://neocertified.com/
Hjælpeside-URL https://neocertified.com/support-and-faqs/
URL til Fortrolighedspolitik Side https://neocertified.com/privacy-policy
Understøttede Sprog 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\/*",
                "*:\/\/*\/*"
            ]
        }
    ]
}