inlyse Browser Security

The inlyse Browser Security extension provides more security while browsing the Internet.

inlyse Browser Security란 무엇입니까?

inlyse Browser Security은(는) INLYSE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The inlyse Browser Security extension provides more security while browsing the Internet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

inlyse Browser Security 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Avoid infections and other unwanted outcomes when you open suspicious documents or links to documents by checking it against inlyse Malware Protection. inlyse Malware Protection is a combination of intelligent image recognition mechanisms and self-learning neural networks to detect malware.

inlyse Browser Security is an extension for Chrome that is accessible from the context menu. It instantly scans inline documents, downloaded documents and links to documents and blocks them if malicious content is found.

Features:
- Protects against links to malicious documents
- Protects against opening malicious inline documents
- Blocks downloading of malicious documents
- Scans documents before viewing them
- Scans documents before downloading them
- Scans files up to 16MB in size, before downloading them from the internet
- Provides possibility to skip scans
- Provides possibility to manually block/unblock downloads und inline documents                    

확장 프로그램 기본 정보

이름 inlyse Browser Security inlyse Browser Security
ID mmidlhdellhcbkmmkhjlhndohjfahlbe
공식 URL https://chromewebstore.google.com/detail/inlyse-browser-security/mmidlhdellhcbkmmkhjlhndohjfahlbe
설명 The inlyse Browser Security extension provides more security while browsing the Internet.
파일 크기 2.67 MB
설치 횟수 87
현재 버전 1.4.2
최근 업데이트 2023-01-12
출시 날짜 2021-02-03
평점 5.00/5 총 7 개의 평점
개발자 INLYSE
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.inlyse.com
개인정보 보호 정책 페이지 URL https://www.inlyse.com/privacypolicy.html
지원되는 언어 de,en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "inlyse Browser Security",
    "version": "1.4.2",
    "description": "The inlyse Browser Security extension provides more security while browsing the Internet.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "web_accessible_resources": [
        "html\/*",
        "js\/*",
        "css\/*",
        "images\/*",
        "fonts\/*"
    ],
    "manifest_version": 2,
    "default_locale": "en"
}