Wylie Systems Card Helper Extension
Proxies web requests to local resources
Wat is Wylie Systems Card Helper Extension?
Wylie Systems Card Helper Extension is een Chrome-extensie ontwikkeld door Wylie Systems Inc., en de belangrijkste functie is "Proxies web requests to local resources".
Extensie Screenshots
Download het CRX-bestand van de extensie Wylie Systems Card Helper Extension
Download Wylie Systems Card Helper Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension required by Wylie Systems Inc. POS for communication with locally connected credit card and receipt printing devices.
Basisinformatie over de Extensie
Naam | Wylie Systems Card Helper Extension |
ID | dleiadbaffjkkjcipamajlnbhbjnhlfm |
Officiële URL | https://chromewebstore.google.com/detail/wylie-systems-card-helper/dleiadbaffjkkjcipamajlnbhbjnhlfm |
Beschrijving | Proxies web requests to local resources |
Bestandsgrootte | 103 KB |
Aantal Installaties | 186 |
Huidige Versie | 1.0.1.7 |
Laatst Bijgewerkt | 2022-10-02 |
Publicatiedatum | 2018-04-06 |
Ontwikkelaar | Wylie Systems Inc. |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } |