IDS Server
IDS Server browser plug-in.
IDS Server là gì?
IDS Server là một tiện ích mở rộng Chrome được phát triển bởi IDS LLC, và tính năng chính của nó là "IDS Server browser plug-in.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IDS Server
Tải xuống các tệp mở rộng IDS Server dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | heemmlhkhdppoankkjldbmnfnoanemlj |
URL Chính Thức | https://chromewebstore.google.com/detail/ids-server/heemmlhkhdppoankkjldbmnfnoanemlj |
Mô tả | IDS Server browser plug-in. |
Kích Thước Tệp | 22.12 KB |
Số Lần Cài Đặt | 1,870 |
Phiên Bản Hiện Tại | 4.8.2.21235 |
Cập Nhật Lần Cuối | 2015-01-22 |
Ngày Phát Hành | 2015-01-22 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | IDS LLC |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |