inlyse Browser Security

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

Hvad er inlyse Browser Security?

inlyse Browser Security er en Chrome-udvidelse udviklet af INLYSE, og dens hovedfunktion er "The inlyse Browser Security extension provides more security while browsing the Internet.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download inlyse Browser Security-udvidelses-CRX-fil

Download inlyse Browser Security-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn inlyse Browser Security inlyse Browser Security
ID mmidlhdellhcbkmmkhjlhndohjfahlbe
Officiel URL https://chromewebstore.google.com/detail/inlyse-browser-security/mmidlhdellhcbkmmkhjlhndohjfahlbe
Beskrivelse The inlyse Browser Security extension provides more security while browsing the Internet.
Filstørrelse 2.67 MB
Antal Installationer 87
Nuværende Version 1.4.2
Senest Opdateret 2023-01-12
Udgivelsesdato 2021-02-03
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler INLYSE
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.inlyse.com
URL til Fortrolighedspolitik Side https://www.inlyse.com/privacypolicy.html
Understøttede Sprog 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"
}