Wylie Systems Card Helper Extension
Proxies web requests to local resources
Co to jest Wylie Systems Card Helper Extension?
Wylie Systems Card Helper Extension to rozszerzenie Chrome opracowane przez Wylie Systems Inc., a jego główną funkcją jest „Proxies web requests to local resources”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wylie Systems Card Helper Extension
Pobierz pliki rozszerzeń Wylie Systems Card Helper Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension required by Wylie Systems Inc. POS for communication with locally connected credit card and receipt printing devices.
Podstawowe informacje o rozszerzeniu
Nazwa | Wylie Systems Card Helper Extension |
ID | dleiadbaffjkkjcipamajlnbhbjnhlfm |
Oficjalny URL | https://chromewebstore.google.com/detail/wylie-systems-card-helper/dleiadbaffjkkjcipamajlnbhbjnhlfm |
Opis | Proxies web requests to local resources |
Rozmiar pliku | 103 KB |
Liczba instalacji | 186 |
Aktualna Wersja | 1.0.1.7 |
Ostatnia Aktualizacja | 2022-10-02 |
Data Publikacji | 2018-04-06 |
Deweloper | Wylie Systems Inc. |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ "*:\/\/*\/*" ] } |