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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Inkerz USB Pen
قم بتنزيل ملفات الامتداد Inkerz USB Pen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |