Power LogOn Extension

Google Chrome Extension for Power LogOn.

Power LogOn Extension là gì?

Power LogOn Extension là một tiện ích mở rộng Chrome được phát triển bởi http://www.access-smart.com, và tính năng chính của nó là "Google Chrome Extension for Power LogOn.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Power LogOn Extension

Tải xuống các tệp mở rộng Power LogOn Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Power LogOn Extension Power LogOn Extension
ID ajllbhaldndffelloegdginhddpfmmbp
URL Chính Thức https://chrome.google.com/webstore/detail/power-logon-extension/ajllbhaldndffelloegdginhddpfmmbp
Mô tả Google Chrome Extension for Power LogOn.
Kích Thước Tệp 21.28 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2017-08-07
Ngày Phát Hành 2017-08-07
Nhà Phát Triển http://www.access-smart.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.access-smart.com/power-logon/
URL Trang Trợ Giúp https://www.access-smart.com/support/
URL Trang Chính Sách Bảo Mật https://www.access-smart.com/support/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}