Cloud Print and Scan Chrome Extension
Send a print job to Cloud Print and Scan
Hvad er Cloud Print and Scan Chrome Extension?
Cloud Print and Scan Chrome Extension er en Chrome-udvidelse udviklet af KYOCERA Document Solutions Inc., og dens hovedfunktion er "Send a print job to Cloud Print and Scan".
Udvidelsesskærmbilleder
Download Cloud Print and Scan Chrome Extension-udvidelses-CRX-fil
Download Cloud Print and Scan Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Allows Cloud Print and Scan users to print from the Chrome print screen to the Cloud Print and Scan web application.
Grundlæggende oplysninger om udvidelsen
Navn | Cloud Print and Scan Chrome Extension |
ID | cjhlflnllpibdblegnlahnjcfipbjpgi |
Officiel URL | https://chromewebstore.google.com/detail/cloud-print-and-scan-chro/cjhlflnllpibdblegnlahnjcfipbjpgi |
Beskrivelse | Send a print job to Cloud Print and Scan |
Filstørrelse | 406 KB |
Antal Installationer | 494 |
Nuværende Version | 1.0.2.31206 |
Senest Opdateret | 2024-01-29 |
Udgivelsesdato | 2023-10-12 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | KYOCERA Document Solutions Inc. |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.kyoceradocumentsolutions.com/en/privacy |
Understøttede Sprog | 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 } |