Hix Browser Extension
Hix Browser Extension
Cos'è Hix Browser Extension?
Hix Browser Extension è un'estensione di Chrome sviluppata da https://securelogin.nu, e la sua funzione principale è "Hix Browser Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hix Browser Extension
Scarica i file di estensione Hix Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Hix Browser Extension |
ID | mlkgonfgckifcicdldcjkpbjfdmpdhad |
URL Ufficiale | https://chromewebstore.google.com/detail/hix-browser-extension/mlkgonfgckifcicdldcjkpbjfdmpdhad |
Descrizione | Hix Browser Extension |
Dimensione del File | 714 KB |
Conteggio Installazioni | 14,595 |
Versione Corrente | 2.1.15 |
Ultimo Aggiornamento | 2024-01-23 |
Data di Pubblicazione | 2020-02-05 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://securelogin.nu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hellohix.com |
URL della Pagina di Aiuto | https://support.securelogin.nu/hc/nl |
URL della Pagina della Politica sulla Privacy | https://securelogin.nu/privacy |
Lingue Supportate | 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" ] } } |