Inkerz USB Pen

Connect your USB Ink Pen to Inkerz WebApp with this chrome extension

Inkerz USB Pen là gì?

Inkerz USB Pen là một tiện ích mở rộng Chrome được phát triển bởi https://inkerz.com, và tính năng chính của nó là "Connect your USB Ink Pen to Inkerz WebApp with this chrome extension".

Ả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 Inkerz USB Pen

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

                        Inkerz USB Pen                    

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

Tên Inkerz USB Pen Inkerz USB Pen
ID ielfmehnodobjhndcmfimpfphinmppii
URL Chính Thức https://chromewebstore.google.com/detail/inkerz-usb-pen/ielfmehnodobjhndcmfimpfphinmppii
Mô tả Connect your USB Ink Pen to Inkerz WebApp with this chrome extension
Kích Thước Tệp 33.16 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2018-09-24
Ngày Phát Hành 2018-09-23
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://inkerz.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://inkerz.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inkerz USB Pen",
    "version": "1.0.7",
    "short_name": "InkPen USB",
    "description": "Connect your USB Ink Pen to Inkerz WebApp with this chrome extension",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "author": "Inkerz",
    "page_action": {
        "default_icon": {
            "16": "images\/cross\/icon16.png",
            "24": "images\/cross\/icon24.png",
            "32": "images\/cross\/icon32.png"
        },
        "default_title": "InkPen USB",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/collect-pen-cam-data.appspot.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/*.inkerz.com\/*",
            "https:\/\/*.googleusercontent.com\/*",
            "https:\/\/storage.googleapis.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}