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 Smol Tok द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Data Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |