Cloud Print and Scan Chrome Extension

Send a print job to Cloud Print and Scan

Vad är Cloud Print and Scan Chrome Extension?

Cloud Print and Scan Chrome Extension är en Chrome-tillägg utvecklad av KYOCERA Document Solutions Inc., och dess huvudfunktion är "Send a print job to Cloud Print and Scan".

Tilläggsskärmbilder

screenshot

Ladda ner Cloud Print and Scan Chrome Extension-förlängningens CRX-fil

Ladda ner Cloud Print and Scan Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Cloud Print and Scan Chrome Extension Cloud Print and Scan Chrome Extension
ID cjhlflnllpibdblegnlahnjcfipbjpgi
Officiell webbadress https://chromewebstore.google.com/detail/cloud-print-and-scan-chro/cjhlflnllpibdblegnlahnjcfipbjpgi
Beskrivning Send a print job to Cloud Print and Scan
Filstorlek 406 KB
Antal Installationer 494
Aktuell Version 1.0.2.31206
Senast Uppdaterad 2024-01-29
Publiceringsdatum 2023-10-12
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare KYOCERA Document Solutions Inc.
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.kyoceradocumentsolutions.com/en/privacy
Stödda Språk 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
}