Inkerz USB Pen
Connect your USB Ink Pen to Inkerz WebApp with this chrome extension
Qu'est-ce que Inkerz USB Pen ?
Inkerz USB Pen est une extension Chrome développée par https://inkerz.com, et sa fonction principale est "Connect your USB Ink Pen to Inkerz WebApp with this chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Inkerz USB Pen
Téléchargez les fichiers d'extension Inkerz USB Pen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Inkerz USB Pen
Informations de Base sur l'Extension
Nom | Inkerz USB Pen |
ID | ielfmehnodobjhndcmfimpfphinmppii |
URL Officiel | https://chromewebstore.google.com/detail/inkerz-usb-pen/ielfmehnodobjhndcmfimpfphinmppii |
Description | Connect your USB Ink Pen to Inkerz WebApp with this chrome extension |
Taille du Fichier | 33.16 KB |
Nombre d'Installations | 145 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2018-09-24 |
Date de Publication | 2018-09-23 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | https://inkerz.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://inkerz.com |
Langues Prises en Charge | 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 } } |