Cloud Print and Scan Chrome Extension
Send a print job to Cloud Print and Scan
Cloud Print and Scan Chrome Extension là gì?
Cloud Print and Scan Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi KYOCERA Document Solutions Inc., và tính năng chính của nó là "Send a print job to Cloud Print and Scan".
Ả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 Cloud Print and Scan Chrome Extension
Tải xuống các tệp mở rộng Cloud Print and Scan Chrome Extension 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
Allows Cloud Print and Scan users to print from the Chrome print screen to the Cloud Print and Scan web application.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cloud Print and Scan Chrome Extension |
ID | cjhlflnllpibdblegnlahnjcfipbjpgi |
URL Chính Thức | https://chromewebstore.google.com/detail/cloud-print-and-scan-chro/cjhlflnllpibdblegnlahnjcfipbjpgi |
Mô tả | Send a print job to Cloud Print and Scan |
Kích Thước Tệp | 406 KB |
Số Lần Cài Đặt | 494 |
Phiên Bản Hiện Tại | 1.0.2.31206 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2023-10-12 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | KYOCERA Document Solutions Inc. |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.kyoceradocumentsolutions.com/en/privacy |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,vi,tr,es,it,lt,hu,pl,ro,sl,cs,el,bg,iw,th,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.2.31206", "version_name": "1.0.2.31206", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_popup_title__", "default_icon": { "16": "assets\/img\/icon16.png", "32": "assets\/img\/icon32.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" } }, "icons": { "16": "assets\/img\/icon16.png", "32": "assets\/img\/icon32.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "permissions": [ "printerProvider", "notifications", "storage", "scripting", "webRequest" ], "host_permissions": [ "https:\/\/*.kyocera.biz\/*" ], "manifest_version": 3 } |