Ivanti Secure Access Extension
Browser extension for Ivanti Clients
Wat is Ivanti Secure Access Extension?
Ivanti Secure Access Extension is een Chrome-extensie ontwikkeld door Ivanti, Inc., en de belangrijkste functie is "Browser extension for Ivanti Clients".
Extensie Screenshots
Download het CRX-bestand van de extensie Ivanti Secure Access Extension
Download Ivanti Secure Access Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension helps users connect to Ivanti (Pulse Secure) VPN servers in an agentless mode, for secure remote access. It can launch native Ivanti client applications from Ivanti Connect or Policy Secure webpages. It requires a native host to complete the workflow.
Basisinformatie over de Extensie
Naam | |
ID | cikpkfgjohfbacpbglmbpefgfdegoolg |
Officiële URL | https://chromewebstore.google.com/detail/ivanti-secure-access-exte/cikpkfgjohfbacpbglmbpefgfdegoolg |
Beschrijving | Browser extension for Ivanti Clients |
Bestandsgrootte | 79.16 KB |
Aantal Installaties | 25,909 |
Huidige Versie | 22.3.1.18209 |
Laatst Bijgewerkt | 2023-02-22 |
Publicatiedatum | 2022-04-21 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Ivanti, Inc. |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.ivanti.com/company/legal/privacy-policy |
Ondersteunde Talen | de,en,fr,nl,no,es,es-419,hr,it,hu,pl,pt-BR,ro,sk,sv,sr,bg,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "default_locale": "en", "description": "__MSG_appDesc__", "version": "22.3.1.18209", "icons": { "16": "icons\/ivanti-icon16.png", "48": "icons\/ivanti-icon48.png", "128": "icons\/ivanti-icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/dana*" ], "all_frames": true, "js": [ "content-script.js" ] } ], "permissions": [ "nativeMessaging" ], "web_accessible_resources": [ { "resources": [ "extnInterfaceCode.js" ], "matches": [ " |