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”。

扩展截图

screenshot

下载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 Wylie Systems Card Helper Extension
ID dleiadbaffjkkjcipamajlnbhbjnhlfm
官方URL 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": [
        "*:\/\/*\/*"
    ]
}