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”。
擴展截圖
下載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 |
ID | ghmgejkjegkimlkmafbknhlkpdokkmpn |
官方網址 | 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" } ] } |