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"입니다.
확장 프로그램 스크린샷
Ivanti Secure Access Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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": [ " |