Inkerz USB Pen

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

Inkerz USB Penคืออะไร?

Inkerz USB Pen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://inkerz.com และคุณลักษณะหลักของมันคือ "Connect your USB Ink Pen to Inkerz WebApp with this chrome extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inkerz USB Pen

ดาวน์โหลดไฟล์ส่วนขยาย Inkerz USB Pen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Inkerz USB Pen                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Inkerz USB Pen Inkerz USB Pen
ID ielfmehnodobjhndcmfimpfphinmppii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inkerz-usb-pen/ielfmehnodobjhndcmfimpfphinmppii
คำอธิบาย Connect your USB Ink Pen to Inkerz WebApp with this chrome extension
ขนาดไฟล์ 33.16 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2018-09-24
วันที่เผยแพร่ 2018-09-23
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://inkerz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://inkerz.com
ภาษาที่รองรับ 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
    }
}