Data Capture
Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements
Wat is Data Capture?
Data Capture is een Chrome-extensie ontwikkeld door Smol Tok, en de belangrijkste functie is "Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements".
Extensie Screenshots
Download het CRX-bestand van de extensie Data Capture
Download Data Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Data Capture |
ID | ghmgejkjegkimlkmafbknhlkpdokkmpn |
Officiële URL | https://chromewebstore.google.com/detail/data-capture/ghmgejkjegkimlkmafbknhlkpdokkmpn |
Beschrijving | Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements |
Bestandsgrootte | 177 KB |
Aantal Installaties | 62 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2018-08-06 |
Publicatiedatum | 2018-08-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Smol Tok |
[email protected] | |
Betalingswijze | in_app |
Ondersteunde Talen | 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" } ] } |