Data Capture
Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements
Qu'est-ce que Data Capture ?
Data Capture est une extension Chrome développée par Smol Tok, et sa fonction principale est "Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Data Capture
Téléchargez les fichiers d'extension Data Capture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Data Capture |
ID | ghmgejkjegkimlkmafbknhlkpdokkmpn |
URL Officiel | https://chromewebstore.google.com/detail/data-capture/ghmgejkjegkimlkmafbknhlkpdokkmpn |
Description | Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements |
Taille du Fichier | 177 KB |
Nombre d'Installations | 62 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2018-08-06 |
Date de Publication | 2018-08-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Smol Tok |
[email protected] | |
Type de Paiement | in_app |
Langues Prises en Charge | 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" } ] } |