Data Capture
Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements
ما هو Data Capture؟
Data Capture هو إضافة Chrome تم تطويرها بواسطة Smol Tok، والميزة الرئيسية لها هي "Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Data Capture
قم بتنزيل ملفات الامتداد Data Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Data Capture provides the following enhancements to NGIN; *Saves customer information and allows data recovery on system crash *Auto logs in user on system crash *A warning message is displayed when system produces undesired output for customers given input cell number *Counts entries and displays performance at real-time *Auto-Suggests regions for given location *Identifies customers gender for given ID *Auto-generate document number
معلومات أساسية عن التمديد
الاسم | Data Capture |
ID | ghmgejkjegkimlkmafbknhlkpdokkmpn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/data-capture/ghmgejkjegkimlkmafbknhlkpdokkmpn |
الوصف | Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements |
حجم الملف | 177 KB |
عدد التثبيتات | 62 |
النسخة الحالية | 2.2 |
آخر تحديث | 2018-08-06 |
تاريخ النشر | 2018-08-06 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Smol Tok |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Data Capture", "description": "Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements", "version": "2.2", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "alarms", "tabs", "https:\/\/mwcarebw.mascom.bw\/CustomerCare\/*", "http:\/\/mwcarebw.mascom.bw\/CustomerCare\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mwcarebw.mascom.bw\/CustomerCare\/*", "http:\/\/mwcarebw.mascom.bw\/CustomerCare\/*" ], "css": [ "jquery-ui.css", "style.css" ], "js": [ "jquery.js", "jquery-ui.min.js", "moment.js", "notify.js", "content.js" ], "run_at": "document_end" } ] } |