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文件
下載Wylie Systems Card Helper Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ "*:\/\/*\/*" ] } |