Power LogOn Extension

Google Chrome Extension for Power LogOn.

什麼是Power LogOn Extension?

Power LogOn Extension是由http://www.access-smart.com開發的Chrome擴展程式,該擴展的主要功能是“Google Chrome Extension for Power LogOn.”。

擴展截圖

screenshot
screenshot
screenshot

下載Power LogOn Extension擴展crx文件

下載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
官方網址 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
}