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 |
公式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 |
Eメール | [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" } } |