Sphinx Logon Manager Extension
Google Chrome Extension for Sphinx Logon Manager.
O que é Sphinx Logon Manager Extension?
Sphinx Logon Manager Extension é uma extensão do Chrome desenvolvida por https://www.odsphinx.com, e sua principal característica é "Google Chrome Extension for Sphinx Logon Manager.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sphinx Logon Manager Extension
Baixe arquivos de extensão Sphinx Logon Manager Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension enables the Sphinx Logon Manager software to auto-record and auto-fill website logons in Google Chrome. Users must already have the Sphinx Logon Manager installed on their computer in order to use this extension. ABOUT THE SPHINX SOFTWARE The Sphinx Logon Manager software uses existing ID cards to secure logon to Windows, websites, applications and makes it easy to use strong passwords for logon processes. Conforms to industry and government standards such as HIPAA, CJIS, and FIPS. Easy add-on for Windows environments, with no infrastucture changes. Complete central management functionality allows administrators to manage security policies, password policies, and logon entries. BAD PASSWORD HABITS MAKE US VULNERABLE Many of us are guilty of the same bad password habits - taping passwords to our computer monitor, using the same password for multiple logon locations, using easy-to-crack passwords, never changing our passwords. As our network administrators tell us, passwords are supposed to ensure privacy and security. But our bad habits make us and our entire organization vulnerable to attack. SPHINX BRIDGES CRITICAL SECURITY GAP The Sphinx Logon Manager software stores logon user names and passwords securely, and facilitates their entry into Windows, networks, websites, and applications. • Windows logon data is transferred directly from Sphinx to Windows. Entry of data cannot be observed and keystrokes cannot be recorded. • Administrator or end-user can "auto-record" website and application logon information. The next time end-user goes to location, Sphinx "auto-fills" logon information. • Two-factor authentication provides strong protection. End-user must have card and end-user must know PIN, to access Sphinx data. With Sphinx, end-users can use long complex passwords, change them frequently, get password change reminders and generate random passwords. EASY TO MANAGE The Sphinx CardMaker software enables administrators to easily manage the logon security policies and logon entries of their Sphinx Logon Manager installation. FULL-FEATURED FLEXIBILITY The pre-configured Sphinx CardMaker management software runs out-of-the-box on an administrator computer, but it also offers full-featured flexibility for all sizes and types of installations. • Administrators who want no added responsibility can install Sphinx CardMaker and simply leave it to run, to provide data server functionality for the Sphinx Logon Manager installation. • Administrators who want to manage security policies, logon entries, and end-users, can use the full spectrum of capabilities provided by CardMaker. SIMPLE PRESENTATION, STRONG CAPABILITY Open Domain Sphinx Solutions believes in helping customers make the best use of current technology, with the least amount of effort. Sphinx CardMaker management screens and settings menus are laid out in a simple and straight-forward manner, so that all tasks can be easily accomplished. For example, with one click administrators can check to see how many cardholders have self-enrolled. Or if administrators choose to issue Sphinx license keys from CardMaker, issuance is accomplished with two mouse clicks. Likewise, administrators who choose to manage logon entries for their end-users will not find it to be a complex, time-consuming task. Administrators auto-record managed entries using the Sphinx Logon Manager software, and update and load them to end-user cards as required. CardMaker does not require complex connector or script-based interfaces to enable logon entry management, as many single sign-on programs do. INTEROPERABILITY IS KEY The CardMaker software provides open interfaces and works with industry-standard databases. Customers who want to share data with or use data from the CardMaker database can use the standard APIs, which are provided with the software.
Informações Básicas da Extensão
Nome | Sphinx Logon Manager Extension |
ID | nmhafphcmpmeneilblcjnoblcedlmdgj |
URL Oficial | https://chromewebstore.google.com/detail/sphinx-logon-manager-exte/nmhafphcmpmeneilblcjnoblcedlmdgj |
Descrição | Google Chrome Extension for Sphinx Logon Manager. |
Tamanho do Arquivo | 20.29 KB |
Contagem de Instalações | 157 |
Versão Atual | 1.13 |
Última Atualização | 2023-05-30 |
Data de Publicação | 2018-09-09 |
Desenvolvedor | https://www.odsphinx.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.odsphinx.com/web/prod_sphinx-privacy-statement.asp |
URL da Página de Política de Privacidade | http://www.odsphinx.com/web/prod_sphinx-privacy-statement.asp |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ExtName__", "version": "1.13", "description": "__MSG_ExtDescription__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "nativeMessaging" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "__MSG_SaveFormToLM__" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "slmcontent.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "en" } |