IDS Server
IDS Server browser plug-in.
IDS Server란 무엇입니까?
IDS Server은(는) IDS LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IDS Server browser plug-in."입니다.
확장 프로그램 스크린샷
IDS Server 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
IDS Server for Chrome extension allows users to connect to IDS host servers directly though their Google Chrome web browser. You must install the IDS Host software to use this extension. About IDS, LLC IDS Software allows you to access Windows, UNIX and Linux Applications and Files from anywhere, on any platform. Visit www.connections.acs-ids.com for additional clients and browser plugins downloads, or visit www.acs-ids.com for additional product information.
확장 프로그램 기본 정보
이름 | |
ID | heemmlhkhdppoankkjldbmnfnoanemlj |
공식 URL | https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj |
설명 | IDS Server browser plug-in. |
파일 크기 | 22.12 KB |
설치 횟수 | 1,870 |
현재 버전 | 4.8.2.21235 |
최근 업데이트 | 2015-01-22 |
출시 날짜 | 2015-01-22 |
평점 | 2.00/5 총 4 개의 평점 |
개발자 | IDS LLC |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IDS Server", "version": "4.8.2.21235", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "IDS Server browser plug-in.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ], "web_accessible_resources": [ "*.png", "*.gif", "main.html", "main.js" ] } |