Cloud Print and Scan Chrome Extension
Send a print job to Cloud Print and Scan
Wat is Cloud Print and Scan Chrome Extension?
Cloud Print and Scan Chrome Extension is een Chrome-extensie ontwikkeld door KYOCERA Document Solutions Inc., en de belangrijkste functie is "Send a print job to Cloud Print and Scan".
Extensie Screenshots
Download het CRX-bestand van de extensie Cloud Print and Scan Chrome Extension
Download Cloud Print and Scan Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows Cloud Print and Scan users to print from the Chrome print screen to the Cloud Print and Scan web application.
Basisinformatie over de Extensie
Naam | Cloud Print and Scan Chrome Extension |
ID | cjhlflnllpibdblegnlahnjcfipbjpgi |
Officiële URL | https://chromewebstore.google.com/detail/cloud-print-and-scan-chro/cjhlflnllpibdblegnlahnjcfipbjpgi |
Beschrijving | Send a print job to Cloud Print and Scan |
Bestandsgrootte | 406 KB |
Aantal Installaties | 494 |
Huidige Versie | 1.0.2.31206 |
Laatst Bijgewerkt | 2024-01-29 |
Publicatiedatum | 2023-10-12 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | KYOCERA Document Solutions Inc. |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.kyoceradocumentsolutions.com/en/privacy |
Ondersteunde Talen | 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 } |