UniPrint for Chromebooks
Print to your corporate printers without going through the Google cloud
ما هو UniPrint for Chromebooks؟
UniPrint for Chromebooks هو إضافة Chrome تم تطويرها بواسطة Process Fusion Inc.، والميزة الرئيسية لها هي "Print to your corporate printers without going through the Google cloud".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UniPrint for Chromebooks
قم بتنزيل ملفات الامتداد UniPrint for Chromebooks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
UniPrint for Chromebooks is an extension that enables Chromebooks to print directly to your organization’s printers without having to go through Google Cloud Print. By preventing your sensitive documents from going to the cloud, you can ensure secure printing for your corporation. CONTACT UNIPRINT SUPPORT, [email protected], TO SCHEDULE A DEMONSTRATION. ---Key Benefits--- • Easy and secure printing direct to your corporate printers • No need to register corporate printers with Google Cloud Print • Easily integrates with UniPrint SecurePrint for pull printing • Access to advanced printer properties such as stapling and hole punching • Intuitive and familiar user interface requires no additional training ---Requirements--- • Have UniPrint Infinity 9.1 setup in a Print Server configuration in your data center For more information on UniPrint Infinity, visit our web site at www.uniprint.net.
معلومات أساسية عن التمديد
الاسم | |
ID | lgkeclkhdmdbdpkhikeiemkgplfkolbi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/uniprint-for-chromebooks/lgkeclkhdmdbdpkhikeiemkgplfkolbi |
الوصف | Print to your corporate printers without going through the Google cloud |
حجم الملف | 61.77 KB |
عدد التثبيتات | 716 |
النسخة الحالية | 1.0.13 |
آخر تحديث | 2019-10-15 |
تاريخ النشر | 2019-10-15 |
تقييم | 2.71/5 مجموع تقييمات 7 |
المطور | Process Fusion Inc. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.uniprint.net |
عنوان صفحة المساعدة | https://www.uniprint.net/eng/page/contact-support |
عنوان صفحة سياسة الخصوصية | https://www.uniprint.net/en/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UniPrint for Chromebooks", "short_name": "UP for Chromebooks", "description": "Print to your corporate printers without going through the Google cloud", "version": "1.0.13", "minimum_chrome_version": "44", "options_ui": { "page": "options.html", "chrome_style": true }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnU0p7mYD0qeqFx+bH+o8Fh4R4doLLTJ3FrEkpi7VDthfX2jl1XEvPbRC5j04NItt71PJbeq1nherRxIvBCCMLuohZL\/29jqwQ3vmxKcEdqfqYOz2qcPla3AjVoVXhfsNT5MiFdoRheBPqEceApv1WCQamT24gAqlIaIQAMsbrngOGe6rXp4PtxL+UFpXV8BbDH5pBo2SxXjmTPXW6HfOo0pem06FbcmNPeZPeNCpAWF1NonfZt9rYeFtriHM+mrZkqBEwYpLtvK7\/ilZpu0AJRrg7LFfLWM0MX79VA44sRUzYYw+eqX6rMsiEieI0iP0oYUxyglc5CdNQ1\/dQFkAgwIDAQAB", "background": { "scripts": [ "jquery-2.2.0.min.js", "rc4.js", "log.js", "ping_server.js", "background.js" ], "persistent": false }, "icons": { "16": "assets\/up_16.png", "32": "assets\/up_32.png", "64": "assets\/up_64.png", "128": "assets\/up_128.png" }, "permissions": [ "printerProvider", "identity", "identity.email", "storage", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "oauth2": { "client_id": "722041215094-8vn62uafmc39r4d5bdgi942dbhifuerl.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/plus.me" ] } } |