Pharos Chrome Print
Chrome Extension for Pharos Print Management Systems
What is Pharos Chrome Print?
Pharos Chrome Print is a Chrome extension developed by Pharos Systems International, and its main feature is "Chrome Extension for Pharos Print Management Systems".
Extension Screenshots
Download Pharos Chrome Print Extension CRX File
Download Pharos Chrome Print extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Pharos Chrome Print |
ID | edgejglbmeppigpebgokkjnkpeigghih |
Official URL | https://chromewebstore.google.com/detail/pharos-chrome-print/edgejglbmeppigpebgokkjnkpeigghih |
Description | Chrome Extension for Pharos Print Management Systems |
File Size | 913 KB |
Installation Count | 14,615 |
Current Version | 4.7.0 |
Last Updated | 2023-07-27 |
Publish Date | 2020-07-03 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Pharos Systems International |
[email protected] | |
Payment Type | free |
Extension Website | https://pharos.com/ |
Help Page URL | https://community.pharos.com/s/article/Pharos-Chrome-Print-Support-1237926152 |
Supported Languages | 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'" } |