Wylie Systems Card Helper Extension
Proxies web requests to local resources
Cos'è Wylie Systems Card Helper Extension?
Wylie Systems Card Helper Extension è un'estensione di Chrome sviluppata da Wylie Systems Inc., e la sua funzione principale è "Proxies web requests to local resources".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wylie Systems Card Helper Extension
Scarica i file di estensione Wylie Systems Card Helper Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension required by Wylie Systems Inc. POS for communication with locally connected credit card and receipt printing devices.
Informazioni di Base sull'Estensione
Nome | Wylie Systems Card Helper Extension |
ID | dleiadbaffjkkjcipamajlnbhbjnhlfm |
URL Ufficiale | https://chromewebstore.google.com/detail/wylie-systems-card-helper/dleiadbaffjkkjcipamajlnbhbjnhlfm |
Descrizione | Proxies web requests to local resources |
Dimensione del File | 103 KB |
Conteggio Installazioni | 186 |
Versione Corrente | 1.0.1.7 |
Ultimo Aggiornamento | 2022-10-02 |
Data di Pubblicazione | 2018-04-06 |
Sviluppatore | Wylie Systems Inc. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |