KUARIO Print
Chrome Print Extension for KUARIO Print
KUARIO Print là gì?
KUARIO Print là một tiện ích mở rộng Chrome được phát triển bởi https://kuario.com, và tính năng chính của nó là "Chrome Print Extension for KUARIO Print".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KUARIO Print
Tải xuống các tệp mở rộng KUARIO Print dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | KUARIO Print |
ID | pfnkbiblcbmoeeipmpaiepbmdgghangc |
URL Chính Thức | https://chromewebstore.google.com/detail/kuario-print/pfnkbiblcbmoeeipmpaiepbmdgghangc |
Mô tả | Chrome Print Extension for KUARIO Print |
Kích Thước Tệp | 219 KB |
Số Lần Cài Đặt | 298 |
Phiên Bản Hiện Tại | 1.0.8.971 |
Cập Nhật Lần Cuối | 2022-08-05 |
Ngày Phát Hành | 2019-08-26 |
Nhà Phát Triển | https://kuario.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kuario.com/VisualHelp/visualhelp/KUARIO_Print-Install_Chromebook-Installation_Manual-EN.html |
URL Trang Trợ Giúp | https://kuario.com/VisualHelp/manuals.php |
URL Trang Chính Sách Bảo Mật | https://kuario.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |