Wylie Systems Card Helper Extension

Proxies web requests to local resources

Wylie Systems Card Helper Extensionคืออะไร?

Wylie Systems Card Helper Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wylie Systems Inc. และคุณลักษณะหลักของมันคือ "Proxies web requests to local resources"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wylie Systems Card Helper Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        "*:\/\/*\/*"
    ]
}