Ermes Web-Care

Ermes Web-Care

Was ist Ermes Web-Care?

Ermes Web-Care ist eine Chrome-Erweiterung, die von Ermes Cyber Security S.p.A. entwickelt wurde, und ihr Hauptmerkmal ist "Ermes Web-Care".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Ermes Web-Care-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ermes Web-Care-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        CARE FOR WHO YOU CARE MOST

La migliore navigazione privata, veloce e protetta: Ermes Web-Care è la prima soluzione di cybersecurity che tutela la tua salute digitale, disinnescando gli attacchi web, ancora prima che questi si verifichino.

Ci prendiamo cura di te e di chi ti sta più a cuore regalandoti un’esperienza di navigazione più veloce e sicura! 

Cosa fa Ermes Web-Care:
   - Rende l’utente INVISIBILE: il pc di adulti e bambini è al riparo da tutte le Truffe, i Furti e i Ricatti 

   - Rende i dati IRRAGGIUNGIBILI: i dati come Credenziali, Password e Dati Bancari sono al sicuro e non possono essere sottratti

   - Rende la Navigazione FLUIDA e fino a 4 volte più veloce, senza fastidiose pubblicità o contenuti inappropriati

Inoltre, a differenza degli altri sistemi di sicurezza, Ermes Web-Care blocca le minacce sia in prevenzione, proteggendo la tua privacy, che in protezione, arrestando gli attacchi in corso. 

Controlla e gestisci la tua navigazione da un’unica Dashboard, semplice e immediata!

----------------------------------------------------------------------------------------------------

Ermes Web-Care è il nuovo prodotto marchiato Ermes – Intelligent Web Protection, l’innovativa azienda di Cybersecurity Made in Italy che sta rivoluzionando i sistemi di protezione aziendali in tutto il mondo. Il nuovo prodotto è il risultato della mission di Ermes: “Provide Breakthrough technologies to make the web a safer place!”                    

Grundlegende Informationen zur Erweiterung

Name Ermes Web-Care Ermes Web-Care
ID jhnnkdeenmhddmpoihpekofjpgmofani
Offizielle URL https://chromewebstore.google.com/detail/ermes-web-care/jhnnkdeenmhddmpoihpekofjpgmofani
Beschreibung Ermes Web-Care
Dateigröße 2.63 MB
Installationsanzahl 389
Aktuelle Version 1.2.0
Letztes Update 2023-09-05
Veröffentlichungsdatum 2021-09-19
Bewertung 4.97/5 Insgesamt 78 Bewertungen
Entwickler Ermes Cyber Security S.p.A.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://webcare.ermes.company/
URL der Datenschutzrichtlinien-Seite https://ermes.company/privacy-policy
Unterstützte Sprachen it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ermes Web-Care",
    "short_name": "ermes-web-care",
    "description": "Ermes Web-Care",
    "version": "1.2.0",
    "version_name": "1.2.0",
    "incognito": "split",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "resources\/popup\/popup.html"
    },
    "permissions": [
        "management",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "",
        "history",
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "inject-cosmetics.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        },
        {
            "js": [
                "messagesManager.js"
            ],
            "matches": [
                "https:\/\/webcare-app.ermes.company\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/webcare-app.ermes.company\/*",
            "https:\/\/webcare.ermes.company\/*"
        ]
    },
    "manifest_version": 2,
    "author": "Ermes Cyber Security S.r.l.",
    "icons": {
        "48": "resources\/icons\/ermes_48.png",
        "96": "resources\/icons\/ermes_96.png"
    }
}