Power LogOn Extension

Google Chrome Extension for Power LogOn.

Qu'est-ce que Power LogOn Extension ?

Power LogOn Extension est une extension Chrome développée par http://www.access-smart.com, et sa fonction principale est "Google Chrome Extension for Power LogOn.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Power LogOn Extension

Téléchargez les fichiers d'extension Power LogOn Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Power LogOn Extension Power LogOn Extension
ID ajllbhaldndffelloegdginhddpfmmbp
URL Officiel https://chrome.google.com/webstore/detail/power-logon-extension/ajllbhaldndffelloegdginhddpfmmbp
Description Google Chrome Extension for Power LogOn.
Taille du Fichier 21.28 KB
Nombre d'Installations 16
Version Actuelle 1.11
Dernière Mise à Jour 2017-08-07
Date de Publication 2017-08-07
Développeur http://www.access-smart.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.access-smart.com/power-logon/
URL de la Page d'Aide https://www.access-smart.com/support/
URL de la Page de Politique de Confidentialité https://www.access-smart.com/support/legal/privacy-policy
Langues Prises en Charge 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
}