Pharos Chrome Print

Chrome Extension for Pharos Print Management Systems

ما هو Pharos Chrome Print؟

Pharos Chrome Print هو إضافة Chrome تم تطويرها بواسطة Pharos Systems International، والميزة الرئيسية لها هي "Chrome Extension for Pharos Print Management Systems".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Pharos Chrome Print

قم بتنزيل ملفات الامتداد Pharos Chrome Print بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The Pharos Chrome Print extension makes it easy to print from your Chromebook into any Pharos print management system. This is especially useful for K-12 schools, colleges, and companies who manage their Chromebooks. Site administrators can distribute the extension pre-configured via their Google Administration console.                    

معلومات أساسية عن التمديد

الاسم Pharos Chrome Print Pharos Chrome Print
ID edgejglbmeppigpebgokkjnkpeigghih
عنوان URL الرسمي https://chromewebstore.google.com/detail/pharos-chrome-print/edgejglbmeppigpebgokkjnkpeigghih
الوصف Chrome Extension for Pharos Print Management Systems
حجم الملف 913 KB
عدد التثبيتات 14,615
النسخة الحالية 4.7.0
آخر تحديث 2023-07-27
تاريخ النشر 2020-07-03
تقييم 3.00/5 مجموع تقييمات 2
المطور Pharos Systems International
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pharos.com/
عنوان صفحة المساعدة https://community.pharos.com/s/article/Pharos-Chrome-Print-Support-1237926152
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDesc__",
    "version": "4.7.0",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png",
        "default_title": "__MSG_extensionTitle__"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "printerProvider",
        "identity",
        "identity.email",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}