ParLevel Autofill

Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.

Apa itu ParLevel Autofill?

ParLevel Autofill adalah ekstensi Chrome yang dikembangkan oleh https://www.parlevelsystems.com, dan fitur utamanya adalah "Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ParLevel Autofill

Unduh file ekstensi ParLevel Autofill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ParLevel Autofill ParLevel Autofill
ID fbbeljdhhgdakehkkklgnllhapejmbbf
URL Resmi https://chromewebstore.google.com/detail/parlevel-autofill/fbbeljdhhgdakehkkklgnllhapejmbbf
Deskripsi Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.
Ukuran File 14.42 KB
Jumlah Instalasi 140
Versi Saat Ini 2.6.1
Terakhir Diperbarui 2021-10-02
Tanggal Publikasi 2020-04-16
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://www.parlevelsystems.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.parlevelsystems.com/privacy
Bahasa yang Didukung 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."
    }
}