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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Data Capture

Λήψη αρχείων επέκτασης Data Capture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
        }
    ]
}