ParLevel Autofill

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

Wat is ParLevel Autofill?

ParLevel Autofill is een Chrome-extensie ontwikkeld door https://www.parlevelsystems.com, en de belangrijkste functie is "Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ParLevel Autofill

Download ParLevel Autofill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ParLevel Autofill ParLevel Autofill
ID fbbeljdhhgdakehkkklgnllhapejmbbf
Officiële URL https://chromewebstore.google.com/detail/parlevel-autofill/fbbeljdhhgdakehkkklgnllhapejmbbf
Beschrijving Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.
Bestandsgrootte 14.42 KB
Aantal Installaties 140
Huidige Versie 2.6.1
Laatst Bijgewerkt 2021-10-02
Publicatiedatum 2020-04-16
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.parlevelsystems.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.parlevelsystems.com/privacy
Ondersteunde Talen 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."
    }
}