Hix Browser Extension
Hix Browser Extension
Hix Browser Extension क्या है?
Hix Browser Extension https://securelogin.nu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hix Browser Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hix Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } } |