Wylie Systems Card Helper Extension

Proxies web requests to local resources

Wylie Systems Card Helper Extension क्या है?

Wylie Systems Card Helper Extension Wylie Systems Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Proxies web requests to local resources"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wylie Systems Card Helper Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
        "*:\/\/*\/*"
    ]
}