Cloud Print and Scan Chrome Extension
Send a print job to Cloud Print and Scan
Qu'est-ce que Cloud Print and Scan Chrome Extension ?
Cloud Print and Scan Chrome Extension est une extension Chrome développée par KYOCERA Document Solutions Inc., et sa fonction principale est "Send a print job to Cloud Print and Scan".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cloud Print and Scan Chrome Extension
Téléchargez les fichiers d'extension Cloud Print and Scan Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allows Cloud Print and Scan users to print from the Chrome print screen to the Cloud Print and Scan web application.
Informations de Base sur l'Extension
Nom | Cloud Print and Scan Chrome Extension |
ID | cjhlflnllpibdblegnlahnjcfipbjpgi |
URL Officiel | https://chromewebstore.google.com/detail/cloud-print-and-scan-chro/cjhlflnllpibdblegnlahnjcfipbjpgi |
Description | Send a print job to Cloud Print and Scan |
Taille du Fichier | 406 KB |
Nombre d'Installations | 494 |
Version Actuelle | 1.0.2.31206 |
Dernière Mise à Jour | 2024-01-29 |
Date de Publication | 2023-10-12 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | KYOCERA Document Solutions Inc. |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.kyoceradocumentsolutions.com/en/privacy |
Langues Prises en Charge | 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 } |