1Scan
Get scanned barcodes to highlighted input field
什麼是1Scan?
1Scan是由http://1scan.co開發的Chrome擴展程式,該擴展的主要功能是“Get scanned barcodes to highlighted input field”。
擴展截圖
下載1Scan擴展crx文件
下載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 |
官方網址 | 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" } } |