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开发的Chrome扩展程序,该扩展的主要功能是“Saves NGIN customer info and allows data recovery on system crash also counts entries and additional major form enhancements”。

扩展截图

screenshot

下载Data Capture扩展crx文件

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