Sphinx Logon Manager Extension

Google Chrome Extension for Sphinx Logon Manager.

What is Sphinx Logon Manager Extension?

Sphinx Logon Manager Extension is a Chrome extension developed by https://www.odsphinx.com, and its main feature is "Google Chrome Extension for Sphinx Logon Manager.".

Extension Screenshots

screenshot

Download Sphinx Logon Manager Extension Extension CRX File

Download Sphinx Logon Manager Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sphinx Logon Manager Extension Sphinx Logon Manager Extension
ID nmhafphcmpmeneilblcjnoblcedlmdgj
Official URL https://chromewebstore.google.com/detail/sphinx-logon-manager-exte/nmhafphcmpmeneilblcjnoblcedlmdgj
Description Google Chrome Extension for Sphinx Logon Manager.
File Size 20.29 KB
Installation Count 157
Current Version 1.13
Last Updated 2023-05-30
Publish Date 2018-09-09
Developer https://www.odsphinx.com
Email [email protected]
Payment Type free
Help Page URL https://www.odsphinx.com/web/prod_sphinx-privacy-statement.asp
Privacy Policy Page URL http://www.odsphinx.com/web/prod_sphinx-privacy-statement.asp
Supported Languages 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"
}