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
官方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
}