Xpress Sign-On Extension(NH-XSO 7.1.2)
This extension acts as a Form fill and password manager.
Xpress Sign-On Extension(NH-XSO 7.1.2)とは何ですか?
Xpress Sign-On Extension(NH-XSO 7.1.2)はhttps://www.ilantus.comによって開発されたChromeの拡張機能で、その主な機能は「This extension acts as a Form fill and password manager.」です。
拡張機能のスクリーンショット
Xpress Sign-On Extension(NH-XSO 7.1.2)拡張機能のCRXファイルをダウンロード
Xpress Sign-On Extension(NH-XSO 7.1.2)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension acts as a Form fill and password manager for Single Sign On requirements. The extension belongs to NH Production environment
NH Production
URL - https://sso.narayanahealth.org
version - 7.3.1
Published on - 12-DEC-2020 拡張機能の基本情報
| 名前 | |
| ID | ameeofcdajhecafdkmmobeolonenpdmk |
| 公式URL | https://chromewebstore.google.com/detail/xpress-sign-on-extensionn/ameeofcdajhecafdkmmobeolonenpdmk |
| 説明 | This extension acts as a Form fill and password manager. |
| ファイルサイズ | 170 KB |
| インストール数 | 1,299 |
| 現在のバージョン | 7.3.1 |
| 最終更新日 | 2020-12-11 |
| 公開日 | 2020-05-23 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://www.ilantus.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://sso.narayanahealth.org |
| ヘルプページのURL | https://productsupport.ilantus.com |
| プライバシーポリシーページのURL | https://www.ilantusproducts.com/privacy-policy |
| 対応言語 | en |
| 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"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhzcHnvxlB5O8nX8w23OCZ\/TkEgceN25f+ykWt0Y0OeBkfVVIdA9NyNTaRvFHcZg5izLBEQBRqSROMLhqMUGq84gDv1Q44UUi2b6+IBCaIZN0u2pbT1CZI15XSWE6a2\/UqQHxCNIV1tuiCD9tgoThzLGzrtiMNb6FYjWdk+7I0YbIuU06vzpDuQnsmWyb\/AVPZpYGl6jDkx34+di4rbhcwaiO2opUgkmy2kCp5kZmJKIaPLa16HKu1Ip5sTQF4wBRbyx+U2fzQb0LK\/8fstIbUddE4B1mfQxbx290gCsLxP5tmZTAjjiyZPsNIrdUU2Em0PKdf21IPXuJFsBJ+h7uJQIDAQAB",
"manifest_version": 2,
"name": "Xpress Sign-On Extension(NH-XSO 7.1.2)",
"permissions": [
"storage",
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "7.3.1",
"web_accessible_resources": [
"signon.js",
"popup.html",
"popup.js",
"loading.gif",
"images\/content-loader.GIF"
]
} | |