Wylie Systems Card Helper Extension
Proxies web requests to local resources
Wylie Systems Card Helper Extension란 무엇입니까?
Wylie Systems Card Helper Extension은(는) Wylie Systems Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proxies web requests to local resources"입니다.
확장 프로그램 스크린샷
Wylie Systems Card Helper Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension required by Wylie Systems Inc. POS for communication with locally connected credit card and receipt printing devices.
확장 프로그램 기본 정보
이름 | Wylie Systems Card Helper Extension |
ID | dleiadbaffjkkjcipamajlnbhbjnhlfm |
공식 URL | https://chromewebstore.google.com/detail/wylie-systems-card-helper/dleiadbaffjkkjcipamajlnbhbjnhlfm |
설명 | Proxies web requests to local resources |
파일 크기 | 103 KB |
설치 횟수 | 186 |
현재 버전 | 1.0.1.7 |
최근 업데이트 | 2022-10-02 |
출시 날짜 | 2018-04-06 |
개발자 | Wylie Systems Inc. |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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": [ "*:\/\/*\/*" ] } |