Xpress Sign-On Extension(HDFC-XSO 7.0)
This extension acts as a Form fill and password manager.
Xpress Sign-On Extension(HDFC-XSO 7.0)とは何ですか?
Xpress Sign-On Extension(HDFC-XSO 7.0)はhttps://www.ilantus.comによって開発されたChromeの拡張機能で、その主な機能は「This extension acts as a Form fill and password manager.」です。
拡張機能のスクリーンショット
Xpress Sign-On Extension(HDFC-XSO 7.0)拡張機能のCRXファイルをダウンロード
Xpress Sign-On Extension(HDFC-XSO 7.0)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sign Sign On Extension for HDFC. Single Sign On extension for form posting requirement of applications from SSO Launchpad. User's credentials and form posting script are retrieved from the backend web application and executed when the application is opened by a user. The extension is triggered only if the user is logged in the SSO application mentioned HDFC Production URL: https://sso.hbctxdom.com Version: 7.0 Published on: 07-DEC-2021
拡張機能の基本情報
名前 | Xpress Sign-On Extension(HDFC-XSO 7.0) |
ID | gggofcknmbifpfcbkfhkciaccfomadkk |
公式URL | https://chromewebstore.google.com/detail/xpress-sign-on-extensionh/gggofcknmbifpfcbkfhkciaccfomadkk |
説明 | This extension acts as a Form fill and password manager. |
ファイルサイズ | 166 KB |
インストール数 | 66,266 |
現在のバージョン | 7.0 |
最終更新日 | 2021-12-22 |
公開日 | 2021-12-20 |
開発者 | https://www.ilantus.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.ilantus.com |
ヘルプページのURL | https://productsupport.ilantus.com |
プライバシーポリシーページのURL | https://www.ilantus.com/privacy-policy |
対応言語 | en-GB |
manifest.json | |
{ "background": { "scripts": [ "jquery.js", "background.js", "popup.html" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Xpress Sign-On" }, "content_scripts": [ { "all_frames": true, "js": [ "signon.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "popup.js", "jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "This extension acts as a Form fill and password manager.", "icons": { "128": "favicon128.png", "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png" }, "manifest_version": 2, "name": "Xpress Sign-On Extension(HDFC-XSO 7.0)", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.0", "web_accessible_resources": [ "signon.js", "popup.html", "popup.js", "loading.gif", "images\/content-loader.GIF" ] } |