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
官方URL 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
}