Accops single sign-on

Send a message to a native application. And autofill user credential.

Τι είναι το Accops single sign-on;

Το Accops single sign-on είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Accops, και η κύρια λειτουργία του είναι "Send a message to a native application. And autofill user credential.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Accops single sign-on

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

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

                        Calls Accops Native Client extension. Ask for user credential and autofill that in webpage. Accops single sign-on extension and native applications can exchange messages through Accops Native Client extension using an API that is similar to the other message passing APIs. Native applications that support this feature must register a native messaging host that knows how to communicate with the extension. Chrome starts the host in a separate process and communicates with it using standard input and standard output streams.                    

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

Όνομα Accops single sign-on Accops single sign-on
ID phnbnlnkoakncebejicalfkgmfjhmoin
Επίσημο URL https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin
Περιγραφή Send a message to a native application. And autofill user credential.
Μέγεθος Αρχείου 53.35 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2016-12-22
Ημερομηνία Δημοσίευσης 2016-12-22
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Accops
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.accops.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://support.accops.com/support/home
URL της Σελίδας Πολιτικής Απορρήτου https://www.accops.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Accops single sign-on",
    "short_name": "Accops single sign-on",
    "description": "Send a message to a native application. And autofill user credential.",
    "version": "1.0.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/sts1.mahindrafs.com\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "propalms-nativemsg-iframe-jhepmpfdpjajhggflbhkjihdcplbchef.html",
        "manifest.json"
    ]
}