Accops single sign-on

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

Accops single sign-on क्या है?

Accops single sign-on Accops द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send a message to a native application. And autofill user credential."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Accops single sign-on एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}