Accops single sign-on

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

Accops single sign-on là gì?

Accops single sign-on là một tiện ích mở rộng Chrome được phát triển bởi Accops, và tính năng chính của nó là "Send a message to a native application. And autofill user credential.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Accops single sign-on

Tải xuống các tệp mở rộng Accops single sign-on dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Accops single sign-on Accops single sign-on
ID phnbnlnkoakncebejicalfkgmfjhmoin
URL Chính Thức https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin
Mô tả Send a message to a native application. And autofill user credential.
Kích Thước Tệp 53.35 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-12-22
Ngày Phát Hành 2016-12-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Accops
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.accops.com/
URL Trang Trợ Giúp http://support.accops.com/support/home
URL Trang Chính Sách Bảo Mật https://www.accops.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}