Accops single sign-on
Send a message to a native application. And autofill user credential.
Accops single sign-onとは何ですか?
Accops single sign-onはAccopsによって開発されたChromeの拡張機能で、その主な機能は「Send a message to a native application. And autofill user credential.」です。
拡張機能のスクリーンショット
Accops single sign-on拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |