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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/
URL страницы помощи 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'"
}