Inkerz USB Pen

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

Cos'è Inkerz USB Pen?

Inkerz USB Pen è un'estensione di Chrome sviluppata da https://inkerz.com, e la sua funzione principale è "Connect your USB Ink Pen to Inkerz WebApp with this chrome extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Inkerz USB Pen

Scarica i file di estensione Inkerz USB Pen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Inkerz USB Pen                    

Informazioni di Base sull'Estensione

Nome Inkerz USB Pen Inkerz USB Pen
ID ielfmehnodobjhndcmfimpfphinmppii
URL Ufficiale https://chromewebstore.google.com/detail/inkerz-usb-pen/ielfmehnodobjhndcmfimpfphinmppii
Descrizione Connect your USB Ink Pen to Inkerz WebApp with this chrome extension
Dimensione del File 33.16 KB
Conteggio Installazioni 145
Versione Corrente 1.0.7
Ultimo Aggiornamento 2018-09-24
Data di Pubblicazione 2018-09-23
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://inkerz.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://inkerz.com
Lingue Supportate 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
    }
}