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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Inteset Systems, LLC และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inteset Secure Lockdown Browser Helper

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

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

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