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 - это расширение Chrome, разработанное KYOCERA Document Solutions Inc., и его основная функция - "Send a print job to Cloud Print and Scan".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cloud Print and Scan Chrome Extension

Скачайте файлы расширений 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
}