Hix Browser Extension
Hix Browser Extension
Hix Browser Extensionとは何ですか?
Hix Browser Extensionはhttps://securelogin.nuによって開発されたChromeの拡張機能で、その主な機能は「Hix Browser Extension」です。
拡張機能のスクリーンショット
Hix Browser Extension拡張機能のCRXファイルをダウンロード
Hix Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hix is an online password manager for organisations that want to provide seamless access of their employees and customers to a large number of online applications. The browser extension is required to automate the login process for some of these applications. When attempting to start an application in Hix that requires the browser extension in Google Chrome the user will see a dialog window with a link to the Chrome Web Store from where the extension can be installed. Hix offers preconfigured logins to specific niche markets, mainly for financial services, accounting, book keeping, pensions, taxes in The Netherlands, but also single sign on for various productivity, compliance, training, travel and health care applications in the EU. A free trial is available at www.hellohix.com
拡張機能の基本情報
名前 | Hix Browser Extension |
ID | mlkgonfgckifcicdldcjkpbjfdmpdhad |
公式URL | https://chromewebstore.google.com/detail/hix-browser-extension/mlkgonfgckifcicdldcjkpbjfdmpdhad |
説明 | Hix Browser Extension |
ファイルサイズ | 714 KB |
インストール数 | 14,595 |
現在のバージョン | 2.1.15 |
最終更新日 | 2024-01-23 |
公開日 | 2020-02-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://securelogin.nu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hellohix.com |
ヘルプページのURL | https://support.securelogin.nu/hc/nl |
プライバシーポリシーページのURL | https://securelogin.nu/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hix Browser Extension", "author": "Hix", "version": "2.1.15", "browser_action": { "browser_style": true, "default_title": "Hix", "default_popup": "popup.html", "default_icon": { "16": "\/icons\/grey-16.png", "32": "\/icons\/grey-32.png" } }, "web_accessible_resources": [ "icons\/attachment.svg", "icons\/notification-success.svg", "icons\/notification-error.svg", "icons\/notification-info.svg" ], "description": "Hix Browser Extension", "homepage_url": "https:\/\/hellohix.com\/", "icons": { "48": "icons\/color-48.png", "96": "icons\/color-96.png" }, "permissions": [ "webRequest", "webRequestBlocking", "webNavigation", "activeTab", "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "dist\/background.js" ] } } |