IT Glue Offline Mode

IT Glue offline mode

IT Glue Offline Modeคืออะไร?

IT Glue Offline Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IT Glue และคุณลักษณะหลักของมันคือ "IT Glue offline mode"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IT Glue Offline Mode

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

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

                        Important Note: 
Offline Mode for Passwords is only available for approved early-access IT Glue Users at the moment. General availability will be announced soon.  

Offline Mode for Passwords allows approved IT Glue Users to securely view Passwords when the IT Glue web application is under maintenance or temporarily unavailable. Extension settings will allow Users to enhance security, including session time out and device inactivity. 

Offline Mode for Passwords consists of three components: IT Glue Web Application, Windows Sync Service and the IT Glue Offline Mode Chrome Extension. To set up, IT Glue Administrators must first enable Offline Mode and configure the extension settings in the IT Glue web application, while signed in and connected to a Network. After an IT Glue User is granted Offline Mode access and has finished installing the Windows sync service, they can then use this Chrome browser extension to access passwords. The Windows sync service can be installed from the Account Settings page.  

The browser extension will frequently sync Passwords securely through the Windows sync service. The most recent sync will be displayed on the home screen. Passwords can be found efficiently with the extension’s search feature, allowing users to toggle between Organization and Global view. All Passwords can be viewed through this browser extension which includes Vaulted, Personal, Archived, and Timed One-Time Passwords.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IT Glue Offline Mode IT Glue Offline Mode
ID dlpmahhbjbdmaicpefjjcpnpmablbfop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/it-glue-offline-mode/dlpmahhbjbdmaicpefjjcpnpmablbfop
คำอธิบาย IT Glue offline mode
ขนาดไฟล์ 622 KB
จำนวนการติดตั้ง 282
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2023-11-16
ผู้พัฒนา IT Glue
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.itglue.com/
URL หน้าช่วยเหลือ https://www.itglue.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.itglue.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IT Glue Offline Mode",
    "description": "IT Glue offline mode",
    "version": "1.2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/index.js"
    },
    "icons": {
        "16": "assets\/images\/itg_16.png",
        "32": "assets\/images\/itg_32.png",
        "48": "assets\/images\/itg_48.png",
        "128": "assets\/images\/itg_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "unlimitedStorage",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        "file:\/\/\/C:\/Program Files\/IT Glue\/IT Glue Offline Mode\/*",
        "http:\/\/localhost\/",
        "http:\/\/*.itglue.com\/*",
        "https:\/\/*.itglue.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}