1Scan
Get scanned barcodes to highlighted input field
Was ist 1Scan?
1Scan ist eine Chrome-Erweiterung, die von http://1scan.co entwickelt wurde, und ihr Hauptmerkmal ist "Get scanned barcodes to highlighted input field".
Erweiterungsscreenshots
1Scan-Erweiterungs-CRX-Datei herunterladen
Laden Sie 1Scan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
1Scan is a unique barcode scanner that scans your barcode to the browser on your computer. Use 1scan like a handheld scanner, scan barcode of an item and see it on the focused input of your browser.Start to use 1Scan is 4 very easy steps 1.Install Chrome Extension 2.Install App from Playstore or Appstore 3.Scan the QR code, that is displayed on the chrome extension, to link the browser to your app. 4.Start scanning your item to the browser Enjoy 1Scan - Your very own handheld scanner
Grundlegende Informationen zur Erweiterung
Name | |
ID | kmnhhkckddpnmdfeggjnddgiefanbhmh |
Offizielle URL | https://chrome.google.com/webstore/detail/1scan/kmnhhkckddpnmdfeggjnddgiefanbhmh |
Beschreibung | Get scanned barcodes to highlighted input field |
Dateigröße | 271 KB |
Installationsanzahl | 206 |
Aktuelle Version | 1.4 |
Letztes Update | 2019-12-10 |
Veröffentlichungsdatum | 2019-12-09 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://1scan.co |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://1scan.co/ |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/pip-inc |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "1Scan", "description": "Get scanned barcodes to highlighted input field", "version": "1.4", "browser_action": { "default_icon": "images\/1scanlogo.png", "default_title": "1Scan", "default_popup": "htmls\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "*:\/\/*\/*" ], "js": [ "lib\/jquery.js", "js\/content_script.js", "lib\/sendkey.js", "lib\/biliteRange.js" ] } ], "background": { "scripts": [ "lib\/jquery.js", "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "*:\/\/*\/*", "activeTab", "gcm", "storage" ], "icons": { "64": "images\/1scanlogo.png", "16": "images\/1scanlogo16.png", "48": "images\/1scanlogo48.png", "128": "images\/1scanlogo128.png" } } |