ParLevel Autofill

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

Qu'est-ce que ParLevel Autofill ?

ParLevel Autofill est une extension Chrome développée par https://www.parlevelsystems.com, et sa fonction principale est "Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ParLevel Autofill

Téléchargez les fichiers d'extension ParLevel Autofill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ParLevel Autofill ParLevel Autofill
ID fbbeljdhhgdakehkkklgnllhapejmbbf
URL Officiel https://chromewebstore.google.com/detail/parlevel-autofill/fbbeljdhhgdakehkkklgnllhapejmbbf
Description Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.
Taille du Fichier 14.42 KB
Nombre d'Installations 140
Version Actuelle 2.6.1
Dernière Mise à Jour 2021-10-02
Date de Publication 2020-04-16
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.parlevelsystems.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.parlevelsystems.com/privacy
Langues Prises en Charge 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."
    }
}