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