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" } } |