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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |