arachne.uipath.chrome.browser.bridge.app
arachne uipath chrome browser bridge application
arachne.uipath.chrome.browser.bridge.app란 무엇입니까?
arachne.uipath.chrome.browser.bridge.app은(는) hyundai.capital.rpa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "arachne uipath chrome browser bridge application"입니다.
확장 프로그램 스크린샷
arachne.uipath.chrome.browser.bridge.app 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
arachne-uipath chrome browser bridge (hereinafter referred to as the bridge) makes the chrome browser enable to communicate with an external application by hosting native messaging pipeline. as the chrome extension only takes the part of scripting and returing results, please make sure that it does not provide any functionality without the host application which is also known as "native application" described in the official document for chrome extension. updated on 2022-04-18 * modified : do connect only on startup * modified : add a connection retrial condition (host forbidden error) updated on 2022-04-26 * modified : update version 0.1 to 0.2 in mainfest * modified : change chrome extension logo # as I forgot modifying version in the manifest json file, # the modified source on 2022-04-18 did not published properly. # so modified source will be applied on this publish and need to be watched about calling host application twice issue (BUG FOUND AT VERSION 0.1)
확장 프로그램 기본 정보
이름 | arachne.uipath.chrome.browser.bridge.app |
ID | dcgmnehcnnncofekjjoikncbikojekje |
공식 URL | https://chromewebstore.google.com/detail/arachneuipathchromebrowse/dcgmnehcnnncofekjjoikncbikojekje |
설명 | arachne uipath chrome browser bridge application |
파일 크기 | 25.34 KB |
설치 횟수 | 131 |
현재 버전 | 0.2 |
최근 업데이트 | 2022-04-27 |
출시 날짜 | 2022-04-16 |
개발자 | hyundai.capital.rpa |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/hyundai-capital-rpa/arachne-uipath-chrome-browser-bridge |
도움말 페이지 URL | https://github.com/hyundai-capital-rpa/arachne-uipath-chrome-browser-bridge |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "arachne.uipath.chrome.browser.bridge.app", "description": "arachne uipath chrome browser bridge application", "version": "0.2", "manifest_version": 3, "icons": { "16": "arachne_logo16x16.png", "48": "arachne_logo48x48.png", "128": "arachne_logo128x128.png" }, "permissions": [ "activeTab", "scripting", "nativeMessaging" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "action": [] } |