Pharos Chrome Print
Chrome Extension for Pharos Print Management Systems
Cos'è Pharos Chrome Print?
Pharos Chrome Print è un'estensione di Chrome sviluppata da Pharos Systems International, e la sua funzione principale è "Chrome Extension for Pharos Print Management Systems".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pharos Chrome Print
Scarica i file di estensione Pharos Chrome Print in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Pharos Chrome Print |
ID | edgejglbmeppigpebgokkjnkpeigghih |
URL Ufficiale | https://chromewebstore.google.com/detail/pharos-chrome-print/edgejglbmeppigpebgokkjnkpeigghih |
Descrizione | Chrome Extension for Pharos Print Management Systems |
Dimensione del File | 913 KB |
Conteggio Installazioni | 14,615 |
Versione Corrente | 4.7.0 |
Ultimo Aggiornamento | 2023-07-27 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Pharos Systems International |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pharos.com/ |
URL della Pagina di Aiuto | https://community.pharos.com/s/article/Pharos-Chrome-Print-Support-1237926152 |
Lingue Supportate | 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'" } |