inlyse Browser Security

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

inlyse Browser Securityคืออะไร?

inlyse Browser Security เป็นส่วนขยายของ Chrome ที่พัฒนาโดย INLYSE และคุณลักษณะหลักของมันคือ "The inlyse Browser Security extension provides more security while browsing the Internet."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย inlyse Browser Security

ดาวน์โหลดไฟล์ส่วนขยาย inlyse Browser Security ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}