Ivanti Secure Access Extension

Browser extension for Ivanti Clients

What is Ivanti Secure Access Extension?

Ivanti Secure Access Extension is a Chrome extension developed by Ivanti, Inc., and its main feature is "Browser extension for Ivanti Clients".

Extension Screenshots

screenshot

Download Ivanti Secure Access Extension Extension CRX File

Download Ivanti Secure Access Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ivanti Secure Access Extension Ivanti Secure Access Extension
ID cikpkfgjohfbacpbglmbpefgfdegoolg
Official URL https://chromewebstore.google.com/detail/ivanti-secure-access-exte/cikpkfgjohfbacpbglmbpefgfdegoolg
Description Browser extension for Ivanti Clients
File Size 79.16 KB
Installation Count 25,909
Current Version 22.3.1.18209
Last Updated 2023-02-22
Publish Date 2022-04-21
Rating 2.60/5 Total 5 Ratings
Developer Ivanti, Inc.
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.ivanti.com/company/legal/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}