1Scan
Get scanned barcodes to highlighted input field
Τι είναι το 1Scan;
Το 1Scan είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://1scan.co, και η κύρια λειτουργία του είναι "Get scanned barcodes to highlighted input field".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 1Scan
Λήψη αρχείων επέκτασης 1Scan σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kmnhhkckddpnmdfeggjnddgiefanbhmh |
Επίσημο URL | https://chrome.google.com/webstore/detail/1scan/kmnhhkckddpnmdfeggjnddgiefanbhmh |
Περιγραφή | Get scanned barcodes to highlighted input field |
Μέγεθος Αρχείου | 271 KB |
Αριθμός Εγκαταστάσεων | 206 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2019-12-10 |
Ημερομηνία Δημοσίευσης | 2019-12-09 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://1scan.co |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://1scan.co/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/pip-inc |
Υποστηριζόμενες Γλώσσες | 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" } } |