1Scan
Get scanned barcodes to highlighted input field
1Scan क्या है?
1Scan http://1scan.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get scanned barcodes to highlighted input field"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 1Scan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |