ParLevel Autofill
Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.
ParLevel Autofillとは何ですか?
ParLevel Autofillはhttps://www.parlevelsystems.comによって開発されたChromeの拡張機能で、その主な機能は「Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.」です。
拡張機能のスクリーンショット
ParLevel Autofill拡張機能のCRXファイルをダウンロード
ParLevel Autofill拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension works together with the ParLevel Serial Monitor Chrome App to automatically fill money inputs (Coins and Bills) that are transmitted by Cummins Allison counters into the ParLevel VMS Consolidation screen.
拡張機能の基本情報
名前 | |
ID | fbbeljdhhgdakehkkklgnllhapejmbbf |
公式URL | https://chromewebstore.google.com/detail/parlevel-autofill/fbbeljdhhgdakehkkklgnllhapejmbbf |
説明 | Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters. |
ファイルサイズ | 14.42 KB |
インストール数 | 140 |
現在のバージョン | 2.6.1 |
最終更新日 | 2021-10-02 |
公開日 | 2020-04-16 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://www.parlevelsystems.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.parlevelsystems.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ParLevel Autofill", "description": "Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.", "version": "2.6.1", "minimum_chrome_version": "23", "permissions": [ "management" ], "icons": { "19": "icons\/icon-19.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/daily-routes\/*" ], "js": [ "js\/content.js" ] }, { "matches": [ "*:\/\/*\/money-bags\/*" ], "js": [ "js\/content-bypass.js" ] } ], "browser_action": { "default_icon": "icons\/icon-19.png", "default_title": "Click to launch ParLevel Serial Monitor." } } |