uTrust Extension

Google Chrome Extension for uTrust Logon Manager.

Τι είναι το uTrust Extension;

Το uTrust Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dwecker, και η κύρια λειτουργία του είναι "Google Chrome Extension for uTrust Logon Manager.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης uTrust Extension

Λήψη αρχείων επέκτασης uTrust Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension enables the uTrust Logon Manager software to auto-record and auto-fill website logons in Google Chrome.  Users must already have the uTrust Logon Manager installed on their computer in order to use this extension.

ABOUT THE uTrust SOFTWARE
Securing company data and ensuring privacy is crucial to your business! 

Often your stringent password, user and workflow policies are unconsciously undermined by your employees. Bad password habits such as writing passwords down, re-using passwords for different applications and choosing simple passwords can make organizations vulnerable to attacks and data theft.
 
uTrust LOGON is a secure solution using a contactless DESFire EV1 technology for Windows LOGON and Single Sign-On. 

uTrust OFFERS:

• Strong two-factor authentication (contactless credential & PIN)

• Support of complex and cryptic passwords

• Secure processing and storage of all logon data

• AES 128 bit data encryption and communication
 
uTrust LOGON helps you to keep your company data safe.
 
WHY IS uTrust LOGON YOUR IDEAL CHOICE?
 
There are different solutions in the market, but...

• uTrust works out of the box as a Windows Add-on

• No changes to existing Windows infrastructure needed

• Low one-time investment per seat

• No annual license fees

• Reduced IT support calls

• Fast return on investment
 
Your employees will benefit from...

• Not having to remember complex passwords

• Making access to web applications much faster

• "Auto-record" and "auto-fill" of website and application 
logon information

• Intuitive and easy to use user-interface

• One credential for many applications
 
TOP TEN FEATURES

1. End-user self-enrollment capability

2. Different card removal behaviors

3. Syncs with Active Directory

4. Central server based logon data administration

5. Various reporting capabilities support security and workflow audits

6. Configurable for different user groups and security policies

7. Auto record of logon process

8. Easy card activation and deactivation

9. Easy card replacement process

10. Card printer support                    

Βασικές Πληροφορίες Επέκτασης

Όνομα uTrust Extension uTrust Extension
ID oaninmbflngoconmfejpaldligbimmkh
Επίσημο URL https://chrome.google.com/webstore/detail/utrust-extension/oaninmbflngoconmfejpaldligbimmkh
Περιγραφή Google Chrome Extension for uTrust Logon Manager.
Μέγεθος Αρχείου 15.34 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2015-10-05
Ημερομηνία Δημοσίευσης 2015-10-05
Προγραμματιστής dwecker
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ExtName__",
    "version": "1.4",
    "description": "__MSG_ExtDescription__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "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\/utrust19.png",
            "38": "images\/utrust38.png"
        }
    },
    "default_locale": "en",
    "manifest_version": 2
}