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 |
电子邮箱 | [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" ] } } |