Data Capture

Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements

Data Capture là gì?

Data Capture là một tiện ích mở rộng Chrome được phát triển bởi Smol Tok, và tính năng chính của nó là "Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Data Capture

Tải xuống các tệp mở rộng Data Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Data Capture Data Capture
ID ghmgejkjegkimlkmafbknhlkpdokkmpn
URL Chính Thức https://chromewebstore.google.com/detail/data-capture/ghmgejkjegkimlkmafbknhlkpdokkmpn
Mô tả Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements
Kích Thước Tệp 177 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2018-08-06
Ngày Phát Hành 2018-08-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Smol Tok
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}