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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.
이메일 [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"
    }
}