Power LogOn Extension

Google Chrome Extension for Power LogOn.

Power LogOn Extensionคืออะไร?

Power LogOn Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.access-smart.com และคุณลักษณะหลักของมันคือ "Google Chrome Extension for Power LogOn."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Power LogOn Extension

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

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

                        Multi-Factor Authentication Enterprise Password Manager

Multi-Factor Authentication + Encryption + Enterprise Password Manager = Cyber Access Control

Power LogOn builds on your existing cybersecurity infrastructure. No back end server modifications are required. It only takes a few hours to implement, has a low cost of ownership, and can be incorporated onto your existing employee badges! With up to 8 levels of assurance, Power LogOn ensures authentication, authorization and non-repudiation when logging onto computers, networks, servers, applications, clouds, and websites.

This plug-in allows Power LogOn to work with the Google Chrome browser.                    

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

ชื่อ Power LogOn Extension Power LogOn Extension
ID ajllbhaldndffelloegdginhddpfmmbp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/power-logon-extension/ajllbhaldndffelloegdginhddpfmmbp
คำอธิบาย Google Chrome Extension for Power LogOn.
ขนาดไฟล์ 21.28 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.11
อัปเดตครั้งล่าสุด 2017-08-07
วันที่เผยแพร่ 2017-08-07
ผู้พัฒนา http://www.access-smart.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.access-smart.com/power-logon/
URL หน้าช่วยเหลือ https://www.access-smart.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.access-smart.com/support/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ExtName__",
    "version": "1.11",
    "description": "__MSG_ExtDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "nativeMessaging",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "slmcontent.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "page_action": {
        "default_name": "Save Page",
        "default_title": "__MSG_SaveFormToLM__",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "default_locale": "en",
    "manifest_version": 2
}