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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}