OPSWAT File Security for Chrome

Scan files and downloads with OPSWAT File Security for Chrome

OPSWAT File Security for Chrome란 무엇입니까?

OPSWAT File Security for Chrome은(는) OPSWAT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scan files and downloads with OPSWAT File Security for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

OPSWAT File Security for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Scan every download from your Chrome browser with over 30 anti-malware engines and industry-leading vulnerability scanning technology. OPSWAT File Security for Chrome is an easy-to-use tool that examines every download via MetaDefender Cloud. Leverage the file hash database, fast multi-scanning, patented vulnerability scanning and effective data sanitization (CDR) to detect and block threats in files and applications before you download them.

You can also try out MetaDefender Cloud by visiting https://metadefender.opswat.com                    

확장 프로그램 기본 정보

이름 OPSWAT File Security for Chrome OPSWAT File Security for Chrome
ID fjampemfhdfmangifafmianhokmpjbcj
공식 URL https://chromewebstore.google.com/detail/opswat-file-security-for/fjampemfhdfmangifafmianhokmpjbcj
설명 Scan files and downloads with OPSWAT File Security for Chrome
파일 크기 693 KB
설치 횟수 8,920
현재 버전 4.0.8
최근 업데이트 2024-01-26
출시 날짜 2020-04-29
평점 4.36/5 총 73 개의 평점
개발자 OPSWAT
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.opswat.com
도움말 페이지 URL https://onlinehelp.opswat.com/mdcloud/OPSWAT_File_Security_for_Chrome.html
개인정보 보호 정책 페이지 URL https://www.opswat.com/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "4.0.8",
    "manifest_version": 3,
    "short_name": "__MSG_appShortName__",
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": {
            "19": ".\/icon-19.png",
            "38": ".\/icon-38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "icons": {
        "16": ".\/icon-16.png",
        "48": ".\/icon-128.png",
        "128": ".\/icon-128.png"
    },
    "options_page": "index.html#\/settings",
    "permissions": [
        "contextMenus",
        "cookies",
        "downloads",
        "notifications",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self'; script-src 'self'"
    }
}