1Scan
Get scanned barcodes to highlighted input field
Qu'est-ce que 1Scan ?
1Scan est une extension Chrome développée par http://1scan.co, et sa fonction principale est "Get scanned barcodes to highlighted input field".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 1Scan
Téléchargez les fichiers d'extension 1Scan 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
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
Informations de Base sur l'Extension
Nom | |
ID | kmnhhkckddpnmdfeggjnddgiefanbhmh |
URL Officiel | https://chrome.google.com/webstore/detail/1scan/kmnhhkckddpnmdfeggjnddgiefanbhmh |
Description | Get scanned barcodes to highlighted input field |
Taille du Fichier | 271 KB |
Nombre d'Installations | 206 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2019-12-10 |
Date de Publication | 2019-12-09 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | http://1scan.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://1scan.co/ |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/pip-inc |
Langues Prises en Charge | 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" } } |