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 هو إضافة Chrome تم تطويرها بواسطة https://www.parlevelsystems.com، والميزة الرئيسية لها هي "Receives data from the ParLevel Serial Monitor application to fill in web forms with data received from money counters.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ParLevel Autofill

قم بتنزيل ملفات الامتداد ParLevel Autofill بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم ParLevel Autofill ParLevel Autofill
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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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."
    }
}