Ermes Web-Care

Ermes Web-Care

Apa itu Ermes Web-Care?

Ermes Web-Care adalah ekstensi Chrome yang dikembangkan oleh Ermes Cyber Security S.p.A., dan fitur utamanya adalah "Ermes Web-Care".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ermes Web-Care

Unduh file ekstensi Ermes Web-Care dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Ermes Web-Care Ermes Web-Care
ID jhnnkdeenmhddmpoihpekofjpgmofani
URL Resmi https://chromewebstore.google.com/detail/ermes-web-care/jhnnkdeenmhddmpoihpekofjpgmofani
Deskripsi Ermes Web-Care
Ukuran File 2.63 MB
Jumlah Instalasi 389
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-09-05
Tanggal Publikasi 2021-09-19
Penilaian 4.97/5 Total 78 Penilaian
Pengembang Ermes Cyber Security S.p.A.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://webcare.ermes.company/
URL Halaman Kebijakan Privasi https://ermes.company/privacy-policy
Bahasa yang Didukung 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"
    }
}