Ermes Web-Care

Ermes Web-Care

Ermes Web-Careとは何ですか?

Ermes Web-CareはErmes Cyber Security S.p.A.によって開発されたChromeの拡張機能で、その主な機能は「Ermes Web-Care」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Ermes Web-Care拡張機能のCRXファイルをダウンロード

Ermes Web-Care拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Ermes Web-Care Ermes Web-Care
ID jhnnkdeenmhddmpoihpekofjpgmofani
公式URL https://chromewebstore.google.com/detail/ermes-web-care/jhnnkdeenmhddmpoihpekofjpgmofani
説明 Ermes Web-Care
ファイルサイズ 2.63 MB
インストール数 389
現在のバージョン 1.2.0
最終更新日 2023-09-05
公開日 2021-09-19
評価 4.97/5 合計 78 レビュー
開発者 Ermes Cyber Security S.p.A.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://webcare.ermes.company/
プライバシーポリシーページのURL https://ermes.company/privacy-policy
対応言語 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"
    }
}