Virtual Print
This extension provides connected printer statuses
Virtual Printคืออะไร?
Virtual Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tech และคุณลักษณะหลักของมันคือ "This extension provides connected printer statuses"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Virtual Print
ดาวน์โหลดไฟล์ส่วนขยาย Virtual Print ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides connected printer statuses
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Virtual Print |
ID | ondnofaiofihhegodignfadiaoacpedh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/virtual-print/ondnofaiofihhegodignfadiaoacpedh |
คำอธิบาย | This extension provides connected printer statuses |
ขนาดไฟล์ | 13.68 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2022-06-30 |
วันที่เผยแพร่ | 2022-06-18 |
ผู้พัฒนา | tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Virtual Print", "version": "0.1.1", "description": "", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Virtual Print", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/dev--virtual-billing.netlify.app\/*", "https:\/\/staging--virtual-billing.netlify.app\/*", "https:\/\/virtual-billing.netlify.app\/*", "https:\/\/quiet-camels-add-117-99-251-3.loca.lt\/*", "https:\/\/tired-spies-start-117-99-250-238.loca.lt\/*" ] } } |