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 |
官方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'" } |