Inkerz USB Pen
Connect your USB Ink Pen to Inkerz WebApp with this chrome extension
Co to jest Inkerz USB Pen?
Inkerz USB Pen to rozszerzenie Chrome opracowane przez https://inkerz.com, a jego główną funkcją jest „Connect your USB Ink Pen to Inkerz WebApp with this chrome extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Inkerz USB Pen
Pobierz pliki rozszerzeń Inkerz USB Pen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Inkerz USB Pen
Podstawowe informacje o rozszerzeniu
Nazwa | Inkerz USB Pen |
ID | ielfmehnodobjhndcmfimpfphinmppii |
Oficjalny URL | https://chromewebstore.google.com/detail/inkerz-usb-pen/ielfmehnodobjhndcmfimpfphinmppii |
Opis | Connect your USB Ink Pen to Inkerz WebApp with this chrome extension |
Rozmiar pliku | 33.16 KB |
Liczba instalacji | 145 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2018-09-24 |
Data Publikacji | 2018-09-23 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | https://inkerz.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://inkerz.com |
Obsługiwane Języki | 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 } } |