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