Pharos Chrome Print

Chrome Extension for Pharos Print Management Systems

Pharos Chrome Print là gì?

Pharos Chrome Print là một tiện ích mở rộng Chrome được phát triển bởi Pharos Systems International, và tính năng chính của nó là "Chrome Extension for Pharos Print Management Systems".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pharos Chrome Print

Tải xuống các tệp mở rộng Pharos Chrome Print dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pharos Chrome Print Pharos Chrome Print
ID edgejglbmeppigpebgokkjnkpeigghih
URL Chính Thức https://chromewebstore.google.com/detail/pharos-chrome-print/edgejglbmeppigpebgokkjnkpeigghih
Mô tả Chrome Extension for Pharos Print Management Systems
Kích Thước Tệp 913 KB
Số Lần Cài Đặt 14,615
Phiên Bản Hiện Tại 4.7.0
Cập Nhật Lần Cuối 2023-07-27
Ngày Phát Hành 2020-07-03
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Pharos Systems International
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pharos.com/
URL Trang Trợ Giúp https://community.pharos.com/s/article/Pharos-Chrome-Print-Support-1237926152
Ngôn Ngữ Được Hỗ Trợ 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'"
}