1Scan

Get scanned barcodes to highlighted input field

1Scan란 무엇입니까?

1Scan은(는) http://1scan.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get scanned barcodes to highlighted input field"입니다.

확장 프로그램 스크린샷

screenshot

1Scan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 1Scan 1Scan
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"
    }
}