KUARIO Print

Chrome Print Extension for KUARIO Print

Co to jest KUARIO Print?

KUARIO Print to rozszerzenie Chrome opracowane przez https://kuario.com, a jego główną funkcją jest „Chrome Print Extension for KUARIO Print”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia KUARIO Print

Pobierz pliki rozszerzeń KUARIO Print w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        KUARIO printer driver for Chomebooks

KUARIO print offers the posiblillity to print all you documents directly to the KUARIO platform.  All KUARIO enabled MPFs are available for you to collect these documents.                    

Podstawowe informacje o rozszerzeniu

Nazwa KUARIO Print KUARIO Print
ID pfnkbiblcbmoeeipmpaiepbmdgghangc
Oficjalny URL https://chromewebstore.google.com/detail/kuario-print/pfnkbiblcbmoeeipmpaiepbmdgghangc
Opis Chrome Print Extension for KUARIO Print
Rozmiar pliku 219 KB
Liczba instalacji 298
Aktualna Wersja 1.0.8.971
Ostatnia Aktualizacja 2022-08-05
Data Publikacji 2019-08-26
Deweloper https://kuario.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kuario.com/VisualHelp/visualhelp/KUARIO_Print-Install_Chromebook-Installation_Manual-EN.html
Adres URL Strony Pomocy https://kuario.com/VisualHelp/manuals.php
Adres URL Strony Polityki Prywatności https://kuario.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.8.971",
    "name": "KUARIO Print",
    "short_name": "KUARIO Print",
    "description": "Chrome Print Extension for KUARIO Print",
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "96": "images\/96.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "media.js",
            "core.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "KUARIO Print",
        "default_icon": {
            "16": "images\/16.png",
            "24": "images\/24.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "96": "images\/96.png",
            "128": "images\/128.png"
        }
    },
    "permissions": [
        "printerProvider",
        "activeTab",
        "https:\/\/kuario.com\/*",
        "https:\/\/*.kuario.com\/*"
    ]
}