Cloud Print and Scan Chrome Extension
Send a print job to Cloud Print and Scan
Apa itu Cloud Print and Scan Chrome Extension?
Cloud Print and Scan Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh KYOCERA Document Solutions Inc., dan fitur utamanya adalah "Send a print job to Cloud Print and Scan".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cloud Print and Scan Chrome Extension
Unduh file ekstensi Cloud Print and Scan Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Allows Cloud Print and Scan users to print from the Chrome print screen to the Cloud Print and Scan web application.
Informasi Dasar Ekstensi
Nama | Cloud Print and Scan Chrome Extension |
ID | cjhlflnllpibdblegnlahnjcfipbjpgi |
URL Resmi | https://chromewebstore.google.com/detail/cloud-print-and-scan-chro/cjhlflnllpibdblegnlahnjcfipbjpgi |
Deskripsi | Send a print job to Cloud Print and Scan |
Ukuran File | 406 KB |
Jumlah Instalasi | 494 |
Versi Saat Ini | 1.0.2.31206 |
Terakhir Diperbarui | 2024-01-29 |
Tanggal Publikasi | 2023-10-12 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | KYOCERA Document Solutions Inc. |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.kyoceradocumentsolutions.com/en/privacy |
Bahasa yang Didukung | 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 } |