KUARIO Print

Chrome Print Extension for KUARIO Print

KUARIO Print란 무엇입니까?

KUARIO Print은(는) https://kuario.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Print Extension for KUARIO Print"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

KUARIO Print 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 KUARIO Print KUARIO Print
ID pfnkbiblcbmoeeipmpaiepbmdgghangc
공식 URL https://chromewebstore.google.com/detail/kuario-print/pfnkbiblcbmoeeipmpaiepbmdgghangc
설명 Chrome Print Extension for KUARIO Print
파일 크기 219 KB
설치 횟수 298
현재 버전 1.0.8.971
최근 업데이트 2022-08-05
출시 날짜 2019-08-26
개발자 https://kuario.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kuario.com/VisualHelp/visualhelp/KUARIO_Print-Install_Chromebook-Installation_Manual-EN.html
도움말 페이지 URL https://kuario.com/VisualHelp/manuals.php
개인정보 보호 정책 페이지 URL https://kuario.com/privacy-policy
지원되는 언어 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\/*"
    ]
}