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.
Eメール [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": [
        "*:\/\/*\/*"
    ]
}