Wylie Systems Card Helper Extension
Proxies web requests to local resources
Wylie Systems Card Helper Extension là gì?
Wylie Systems Card Helper Extension là một tiện ích mở rộng Chrome được phát triển bởi Wylie Systems Inc., và tính năng chính của nó là "Proxies web requests to local resources".
Ả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 Wylie Systems Card Helper Extension
Tải xuống các tệp mở rộng Wylie Systems Card Helper Extension 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
Extension required by Wylie Systems Inc. POS for communication with locally connected credit card and receipt printing devices.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wylie Systems Card Helper Extension |
ID | dleiadbaffjkkjcipamajlnbhbjnhlfm |
URL Chính Thức | https://chromewebstore.google.com/detail/wylie-systems-card-helper/dleiadbaffjkkjcipamajlnbhbjnhlfm |
Mô tả | Proxies web requests to local resources |
Kích Thước Tệp | 103 KB |
Số Lần Cài Đặt | 186 |
Phiên Bản Hiện Tại | 1.0.1.7 |
Cập Nhật Lần Cuối | 2022-10-02 |
Ngày Phát Hành | 2018-04-06 |
Nhà Phát Triển | Wylie Systems Inc. |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wylie Systems Card Helper Extension", "short_name": "Wylie Helper", "version": "1.0.1.7", "description": "Proxies web requests to local resources", "icons": { "16": "icons\/wylie16px.png", "32": "icons\/wylie32px.png", "48": "icons\/wylie48px.png", "128": "icons\/wylie128px.png" }, "background": { "scripts": [ "jquery-1.7.2.js", "wylie_ext_event.js" ], "persistent": true }, "web_accessible_resources": [ "icons\/wylie128px.png" ], "content_scripts": [ { "matches": [ "file:\/\/\/*", "*:\/\/localhost\/*\/*", "*:\/\/*.wyliebiz.com\/*\/*", "*:\/\/*.wyliesystems.ca\/*\/*" ], "js": [ "wylie_ext_content.js" ], "run_at": "document_start" } ], "manifest_version": 2, "permissions": [ "*:\/\/*\/*" ] } |