Cloud Print and Scan Chrome Extension

Send a print job to Cloud Print and Scan

Was ist Cloud Print and Scan Chrome Extension?

Cloud Print and Scan Chrome Extension ist eine Chrome-Erweiterung, die von KYOCERA Document Solutions Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Send a print job to Cloud Print and Scan".

Erweiterungsscreenshots

screenshot

Cloud Print and Scan Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloud Print and Scan Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Allows Cloud Print and Scan users to print from the Chrome print screen to the Cloud Print and Scan web application.                    

Grundlegende Informationen zur Erweiterung

Name Cloud Print and Scan Chrome Extension Cloud Print and Scan Chrome Extension
ID cjhlflnllpibdblegnlahnjcfipbjpgi
Offizielle URL https://chromewebstore.google.com/detail/cloud-print-and-scan-chro/cjhlflnllpibdblegnlahnjcfipbjpgi
Beschreibung Send a print job to Cloud Print and Scan
Dateigröße 406 KB
Installationsanzahl 494
Aktuelle Version 1.0.2.31206
Letztes Update 2024-01-29
Veröffentlichungsdatum 2023-10-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler KYOCERA Document Solutions Inc.
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.kyoceradocumentsolutions.com/en/privacy
Unterstützte Sprachen 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
}