Wylie Systems Card Helper Extension
Proxies web requests to local resources
What is Wylie Systems Card Helper Extension?
Wylie Systems Card Helper Extension is a Chrome extension developed by Wylie Systems Inc., and its main feature is "Proxies web requests to local resources".
Extension Screenshots
Download Wylie Systems Card Helper Extension Extension CRX File
Download Wylie Systems Card Helper Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension required by Wylie Systems Inc. POS for communication with locally connected credit card and receipt printing devices.
Extension Basic Information
Name | Wylie Systems Card Helper Extension |
ID | dleiadbaffjkkjcipamajlnbhbjnhlfm |
Official URL | https://chromewebstore.google.com/detail/wylie-systems-card-helper/dleiadbaffjkkjcipamajlnbhbjnhlfm |
Description | Proxies web requests to local resources |
File Size | 103 KB |
Installation Count | 186 |
Current Version | 1.0.1.7 |
Last Updated | 2022-10-02 |
Publish Date | 2018-04-06 |
Developer | Wylie Systems Inc. |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |