Inteset Secure Lockdown Browser Helper

Traps network errors, shows user a friendly error page allowing return to the previous page, allows to block new windows and tabs.

Inteset Secure Lockdown Browser Helper란 무엇입니까?

Inteset Secure Lockdown Browser Helper은(는) Inteset Systems, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Traps network errors, shows user a friendly error page allowing return to the previous page, allows to block new windows and tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Inteset Secure Lockdown Browser Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome's ability display and represent your browser application is second to none. However, when running in Chrome's Kiosk Mode, the browser suffers from some drawbacks. For example, in kiosk mode, there is no browser navigation, tabs or menus available. This becomes a problem if your application tries to open a new window, tab, or leads to a website that is blocked. When in Kiosk Mode, if a new window or tab is open, the main application will be inaccessible as it will be covered by the new window or tab page. Also, if the user clicks to other websites that are black listed, Chrome will throw an error page, but will give no means to return to the main kiosk website causing the user to be stuck on the error page.

The Inteset Secure Lockdown Browser Helper alleviates these problems by trapping the above scenarios and offering the user an easy way to return to the main kiosk application. The Helper simply advises the user of the situation with a friendly dialog and gives them the opportunity to return to the previous page. It's as simple as That!                    

확장 프로그램 기본 정보

이름 Inteset Secure Lockdown Browser Helper Inteset Secure Lockdown Browser Helper
ID oakcfomieebeghjpaddodebohcmkalje
공식 URL https://chromewebstore.google.com/detail/inteset-secure-lockdown-b/oakcfomieebeghjpaddodebohcmkalje
설명 Traps network errors, shows user a friendly error page allowing return to the previous page, allows to block new windows and tabs.
파일 크기 39.11 KB
설치 횟수 1,135
현재 버전 1.3.1
최근 업데이트 2022-08-03
출시 날짜 2018-07-16
평점 5.00/5 총 1 개의 평점
개발자 Inteset Systems, LLC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.inteset.com/secure-lockdown-chrome-edition
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Inteset Secure Lockdown Browser Helper",
    "short_name": "Secure Lockdown Browser Helper",
    "description": "Traps network errors, shows user a friendly error page allowing return to the previous page, allows to block new windows and tabs.",
    "version": "1.3.1",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "popup.js",
                "options.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "webNavigation",
        "tabs",
        "history",
        "storage"
    ],
    "icons": {
        "16": "Logo16x16.png",
        "48": "Logo48x48.png",
        "128": "Logo128x128.png"
    }
}