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”。
擴展截圖
下載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 |
ID | edgejglbmeppigpebgokkjnkpeigghih |
官方網址 | 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'" } |