Wylie Systems Card Helper Extension

Proxies web requests to local resources

Vad är Wylie Systems Card Helper Extension?

Wylie Systems Card Helper Extension är en Chrome-tillägg utvecklad av Wylie Systems Inc., och dess huvudfunktion är "Proxies web requests to local resources".

Tilläggsskärmbilder

screenshot

Ladda ner Wylie Systems Card Helper Extension-förlängningens CRX-fil

Ladda ner Wylie Systems Card Helper Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Extension required by Wylie Systems Inc. POS for communication with locally connected credit card and receipt printing devices.                    

Grundläggande Information om Tillägg

Namn Wylie Systems Card Helper Extension Wylie Systems Card Helper Extension
ID dleiadbaffjkkjcipamajlnbhbjnhlfm
Officiell webbadress https://chromewebstore.google.com/detail/wylie-systems-card-helper/dleiadbaffjkkjcipamajlnbhbjnhlfm
Beskrivning Proxies web requests to local resources
Filstorlek 103 KB
Antal Installationer 186
Aktuell Version 1.0.1.7
Senast Uppdaterad 2022-10-02
Publiceringsdatum 2018-04-06
Utvecklare Wylie Systems Inc.
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}