Power LogOn Extension
Google Chrome Extension for Power LogOn.
Was ist Power LogOn Extension?
Power LogOn Extension ist eine Chrome-Erweiterung, die von http://www.access-smart.com entwickelt wurde, und ihr Hauptmerkmal ist "Google Chrome Extension for Power LogOn.".
Erweiterungsscreenshots
Power LogOn Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Power LogOn Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ajllbhaldndffelloegdginhddpfmmbp |
| Offizielle URL | https://chrome.google.com/webstore/detail/power-logon-extension/ajllbhaldndffelloegdginhddpfmmbp |
| Beschreibung | Google Chrome Extension for Power LogOn. |
| Dateigröße | 21.28 KB |
| Installationsanzahl | 16 |
| Aktuelle Version | 1.11 |
| Letztes Update | 2017-08-07 |
| Veröffentlichungsdatum | 2017-08-07 |
| Entwickler | http://www.access-smart.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.access-smart.com/power-logon/ |
| Hilfeseite URL | https://www.access-smart.com/support/ |
| URL der Datenschutzrichtlinien-Seite | https://www.access-smart.com/support/legal/privacy-policy |
| Unterstützte Sprachen | 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
} | |