Ivanti Secure Access Extension
Browser extension for Ivanti Clients
Vad är Ivanti Secure Access Extension?
Ivanti Secure Access Extension är en Chrome-tillägg utvecklad av Ivanti, Inc., och dess huvudfunktion är "Browser extension for Ivanti Clients".
Tilläggsskärmbilder
Ladda ner Ivanti Secure Access Extension-förlängningens CRX-fil
Ladda ner Ivanti Secure Access Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cikpkfgjohfbacpbglmbpefgfdegoolg |
Officiell webbadress | https://chromewebstore.google.com/detail/ivanti-secure-access-exte/cikpkfgjohfbacpbglmbpefgfdegoolg |
Beskrivning | Browser extension for Ivanti Clients |
Filstorlek | 79.16 KB |
Antal Installationer | 25,909 |
Aktuell Version | 22.3.1.18209 |
Senast Uppdaterad | 2023-02-22 |
Publiceringsdatum | 2022-04-21 |
Betyg | 2.60/5 Totalt 5 Betyg |
Utvecklare | Ivanti, Inc. |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.ivanti.com/company/legal/privacy-policy |
Stödda Språk | 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": [ " |