Ivanti Secure Access Extension
Browser extension for Ivanti Clients
Cos'è Ivanti Secure Access Extension?
Ivanti Secure Access Extension è un'estensione di Chrome sviluppata da Ivanti, Inc., e la sua funzione principale è "Browser extension for Ivanti Clients".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ivanti Secure Access Extension
Scarica i file di estensione Ivanti Secure Access 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | cikpkfgjohfbacpbglmbpefgfdegoolg |
URL Ufficiale | https://chromewebstore.google.com/detail/ivanti-secure-access-exte/cikpkfgjohfbacpbglmbpefgfdegoolg |
Descrizione | Browser extension for Ivanti Clients |
Dimensione del File | 79.16 KB |
Conteggio Installazioni | 25,909 |
Versione Corrente | 22.3.1.18209 |
Ultimo Aggiornamento | 2023-02-22 |
Data di Pubblicazione | 2022-04-21 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | Ivanti, Inc. |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.ivanti.com/company/legal/privacy-policy |
Lingue Supportate | 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": [ " |