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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
}