Cloud Print and Scan Chrome Extension

Send a print job to Cloud Print and Scan

什麼是Cloud Print and Scan Chrome Extension?

Cloud Print and Scan Chrome Extension是由KYOCERA Document Solutions Inc.開發的Chrome擴展程式,該擴展的主要功能是“Send a print job to Cloud Print and Scan”。

擴展截圖

screenshot

下載Cloud Print and Scan Chrome Extension擴展crx文件

下載Cloud Print and Scan Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Cloud Print and Scan Chrome Extension Cloud Print and Scan Chrome Extension
ID cjhlflnllpibdblegnlahnjcfipbjpgi
官方網址 https://chromewebstore.google.com/detail/cloud-print-and-scan-chro/cjhlflnllpibdblegnlahnjcfipbjpgi
簡介 Send a print job to Cloud Print and Scan
檔案大小 406 KB
安裝次數 494
目前版本 1.0.2.31206
更新時間 2024-01-29
上架時間 2023-10-12
評分 5.00/5 共 3 次評分
開發者 KYOCERA Document Solutions Inc.
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.kyoceradocumentsolutions.com/en/privacy
支援的語言 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
}