Power LogOn Extension

Google Chrome Extension for Power LogOn.

Power LogOn Extension क्या है?

Power LogOn Extension http://www.access-smart.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Chrome Extension for Power LogOn."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Power LogOn Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}