Pharos Chrome Print

Chrome Extension for Pharos Print Management Systems

Qu'est-ce que Pharos Chrome Print ?

Pharos Chrome Print est une extension Chrome développée par Pharos Systems International, et sa fonction principale est "Chrome Extension for Pharos Print Management Systems".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pharos Chrome Print

Téléchargez les fichiers d'extension Pharos Chrome Print au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pharos Chrome Print Pharos Chrome Print
ID edgejglbmeppigpebgokkjnkpeigghih
URL Officiel https://chromewebstore.google.com/detail/pharos-chrome-print/edgejglbmeppigpebgokkjnkpeigghih
Description Chrome Extension for Pharos Print Management Systems
Taille du Fichier 913 KB
Nombre d'Installations 14,615
Version Actuelle 4.7.0
Dernière Mise à Jour 2023-07-27
Date de Publication 2020-07-03
Évaluation 3.00/5 Total 2 Évaluations
Développeur Pharos Systems International
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pharos.com/
URL de la Page d'Aide https://community.pharos.com/s/article/Pharos-Chrome-Print-Support-1237926152
Langues Prises en Charge 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'"
}