Ivanti Secure Access Extension

Browser extension for Ivanti Clients

什么是Ivanti Secure Access Extension?

Ivanti Secure Access Extension是由Ivanti, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Browser extension for Ivanti Clients”。

扩展截图

screenshot

下载Ivanti Secure Access Extension扩展crx文件

下载Ivanti Secure Access Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ivanti Secure Access Extension Ivanti Secure Access Extension
ID cikpkfgjohfbacpbglmbpefgfdegoolg
官方URL https://chromewebstore.google.com/detail/ivanti-secure-access-exte/cikpkfgjohfbacpbglmbpefgfdegoolg
简介 Browser extension for Ivanti Clients
文件大小 79.16 KB
安装次数 25,909
当前版本 22.3.1.18209
更新时间 2023-02-22
上架时间 2022-04-21
评分 2.60/5 共5次评分
开发者 Ivanti, Inc.
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.ivanti.com/company/legal/privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}