Virtual Print

This extension provides connected printer statuses

Virtual Print là gì?

Virtual Print là một tiện ích mở rộng Chrome được phát triển bởi tech, và tính năng chính của nó là "This extension provides connected printer statuses".

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

screenshot

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

Tải xuống các tệp mở rộng Virtual 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

                        This extension provides connected printer statuses                    

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

Tên Virtual Print Virtual Print
ID ondnofaiofihhegodignfadiaoacpedh
URL Chính Thức https://chromewebstore.google.com/detail/virtual-print/ondnofaiofihhegodignfadiaoacpedh
Mô tả This extension provides connected printer statuses
Kích Thước Tệp 13.68 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-06-30
Ngày Phát Hành 2022-06-18
Nhà Phát Triển tech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}