1Scan
Get scanned barcodes to highlighted input field
Wat is 1Scan?
1Scan is een Chrome-extensie ontwikkeld door http://1scan.co, en de belangrijkste functie is "Get scanned barcodes to highlighted input field".
Extensie Screenshots
Download het CRX-bestand van de extensie 1Scan
Download 1Scan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | kmnhhkckddpnmdfeggjnddgiefanbhmh |
Officiële URL | https://chrome.google.com/webstore/detail/1scan/kmnhhkckddpnmdfeggjnddgiefanbhmh |
Beschrijving | Get scanned barcodes to highlighted input field |
Bestandsgrootte | 271 KB |
Aantal Installaties | 206 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2019-12-10 |
Publicatiedatum | 2019-12-09 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://1scan.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://1scan.co/ |
URL van de Privacybeleid Pagina | https://sites.google.com/view/pip-inc |
Ondersteunde Talen | 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" } } |