Mobile Data Collection - Scan-IT to Office

Field Data Acquisition and Barcode Scanning for Google Chrome

Mobile Data Collection - Scan-IT to Office란 무엇입니까?

Mobile Data Collection - Scan-IT to Office은(는) TEC-IT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Field Data Acquisition and Barcode Scanning for Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Mobile Data Collection - Scan-IT to Office 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Scan-IT to Office is the efficient solution for mobile data acquisition with Google Chrome. Field data collection was never that easy!

This extension, assisted by the Scan-IT to Office app, provides remote data collection and barcode scanning into websites or web applications. Cloud services forward the captured data (barcodes, images, manual inputs, date and time-stamps, GPS location data) immediately into Google Chrome on your desktop computer. This works regardless of your location, even across different offices, facilities or countries. 

VERSATILE:
Data is captured into clearly structured input forms on the smartphone or tablet. The Scan-IT to Office app provides forms which can be easily customized to your needs. For example, the use of an input form with multiple barcode fields, images or texts is a matter of seconds.

EASY TO USE:
Scan-IT to Office is ready to use in just a few steps: The data acquisition app is paired with the Google Chrome extension by scanning a QR code. Now the data transfer works on its own: captured bar-codes, pictures, manual inputs, timestamps or location data are automatically sent to Google Chrome on your computer.

FEATURES:
• Remote data collection in real time for websites and browser applications
• Captures barcodes, images, dates, timestamps, texts, GPS location data and numbers
• Custom and predefined data acquisition forms
• Smart cloud services
• Works worldwide, independent of time and place
• End-to-End encryption guarantees maximum privacy & security
• Single and multi-user scenarios are supported
• Quick and user-friendly installation

IMPORTANT NOTICE:
To use this free extension, you also need the Scan-IT to Office app for your mobile device (Android / iOS). The app installs as a free demo, for unrestricted use we kindly ask you to purchase a subscription for the app. Without a subscription, the captured data will be replaced by a demo text in irregular intervals and/or a notification is displayed. Download the app using these links:
• Android: https://goo.gl/vZNG7F
• iOS: https://goo.gl/w3BWy8

SUPPORTED BARCODES:
• Linear bar codes: Codabar*, Code-128, Code 39, Code 93, 2 of 5 interleaved, ...
• 2D codes: QR Code, Data Matrix, Aztec Code, PDF 417
• GS1 DataBar (RSS-14)*
• EAN and UPC barcodes
(* Android only)

COMPATIBILITY:
Scan-IT to Office works with Google Chrome and Google Sheets on desktop computers.

FURTHER TARGETS:
Using the Scan-IT to Office Tools, any Windows / macOS desktop application or database accessible via ODBC is able to process captured data. Additional Add-Ins for Google Sheets, Microsoft Word and Microsoft Excel ensure seamless operation with spreadsheets and documents. Download these add-ins/tools using this link: https://www.tec-it.com/stodownload. 

SUPPORT:
In case of questions, please contact us at [email protected] (E-Mail), TECITSupport (Skype) or visit https://www.tec-it.com/sto.

Terms of use and privacy: https://www.tec-it.com/download/PDF/TEC-IT_AGB_EN.pdf                    

확장 프로그램 기본 정보

이름 Mobile Data Collection - Scan-IT to Office Mobile Data Collection - Scan-IT to Office
ID ijemakhbbjajapbmdonhjmfkkcpliafp
공식 URL https://chromewebstore.google.com/detail/mobile-data-collection-sc/ijemakhbbjajapbmdonhjmfkkcpliafp
설명 Field Data Acquisition and Barcode Scanning for Google Chrome
파일 크기 496 KB
설치 횟수 13,457
현재 버전 1.3.0
최근 업데이트 2022-02-21
출시 날짜 2020-06-16
평점 3.91/5 총 11 개의 평점
개발자 TEC-IT
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tec-it.com/sto
도움말 페이지 URL https://www.tec-it.com/software/mobile-data-acquisition/scan-it-to-office/manual-add-in
개인정보 보호 정책 페이지 URL https://www.tec-it.com/website/legalconditions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mobile Data Collection - Scan-IT to Office",
    "short_name": "Scan-IT",
    "version": "1.3.0",
    "description": "Field Data Acquisition and Barcode Scanning for Google Chrome",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/common\/jQuery\/jquery-1.9.1.min.js",
            "scripts\/common\/forge\/forge.min.js",
            "scripts\/common\/tecit\/tecit.websocket.js",
            "scripts\/common\/tecit\/tecit.security.js",
            "scripts\/devicelist.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Scan-IT to Office",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/STO_Icon_16x16.png",
            "32": "images\/STO_Icon_32x32.png",
            "48": "images\/STO_Icon_48x48.png",
            "128": "images\/STO_Icon_128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/demoDialog.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/STO_Icon_16x16.png",
        "32": "images\/STO_Icon_32x32.png",
        "48": "images\/STO_Icon_48x48.png",
        "128": "images\/STO_Icon_128x128.png"
    },
    "manifest_version": 2
}