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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wylie Systems Card Helper Extension
قم بتنزيل ملفات الامتداد Wylie Systems Card Helper Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension required by Wylie Systems Inc. POS for communication with locally connected credit card and receipt printing devices.
معلومات أساسية عن التمديد
الاسم | 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": [ "*:\/\/*\/*" ] } |