Ermes Web-Care

Ermes Web-Care

What is Ermes Web-Care?

Ermes Web-Care is a Chrome extension developed by Ermes Cyber Security S.p.A., and its main feature is "Ermes Web-Care".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ermes Web-Care Extension CRX File

Download Ermes Web-Care extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!”                    

Extension Basic Information

Name Ermes Web-Care Ermes Web-Care
ID jhnnkdeenmhddmpoihpekofjpgmofani
Official URL https://chromewebstore.google.com/detail/ermes-web-care/jhnnkdeenmhddmpoihpekofjpgmofani
Description Ermes Web-Care
File Size 2.63 MB
Installation Count 389
Current Version 1.2.0
Last Updated 2023-09-05
Publish Date 2021-09-19
Rating 4.97/5 Total 78 Ratings
Developer Ermes Cyber Security S.p.A.
Email [email protected]
Payment Type free
Extension Website https://webcare.ermes.company/
Privacy Policy Page URL https://ermes.company/privacy-policy
Supported Languages 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"
    }
}