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 |
公式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 |
Eメール | [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" } ] } |