Inkerz USB Pen
Connect your USB Ink Pen to Inkerz WebApp with this chrome extension
What is Inkerz USB Pen?
Inkerz USB Pen is a Chrome extension developed by https://inkerz.com, and its main feature is "Connect your USB Ink Pen to Inkerz WebApp with this chrome extension".
Extension Screenshots
Download Inkerz USB Pen Extension CRX File
Download Inkerz USB Pen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Inkerz USB Pen
Extension Basic Information
Name | Inkerz USB Pen |
ID | ielfmehnodobjhndcmfimpfphinmppii |
Official URL | https://chromewebstore.google.com/detail/inkerz-usb-pen/ielfmehnodobjhndcmfimpfphinmppii |
Description | Connect your USB Ink Pen to Inkerz WebApp with this chrome extension |
File Size | 33.16 KB |
Installation Count | 145 |
Current Version | 1.0.7 |
Last Updated | 2018-09-24 |
Publish Date | 2018-09-23 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://inkerz.com |
[email protected] | |
Payment Type | free |
Extension Website | https://inkerz.com |
Supported Languages | 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 } } |