Pharos Chrome Print
Chrome Extension for Pharos Print Management Systems
Pharos Chrome Printคืออะไร?
Pharos Chrome Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pharos Systems International และคุณลักษณะหลักของมันคือ "Chrome Extension for Pharos Print Management Systems"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pharos Chrome Print
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |