Hix Browser Extension
Hix Browser Extension
Hix Browser Extension란 무엇입니까?
Hix Browser Extension은(는) https://securelogin.nu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hix Browser Extension"입니다.
확장 프로그램 스크린샷
Hix Browser Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |