Pharos Chrome Print

Chrome Extension for Pharos Print Management Systems

Pharos Chrome Printとは何ですか?

Pharos Chrome PrintはPharos Systems Internationalによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Pharos Print Management Systems」です。

拡張機能のスクリーンショット

screenshot
screenshot

Pharos Chrome Print拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}