Mobile Data Collection - Scan-IT to Office

Field Data Acquisition and Barcode Scanning for Google Chrome

Mobile Data Collection - Scan-IT to Office là gì?

Mobile Data Collection - Scan-IT to Office là một tiện ích mở rộng Chrome được phát triển bởi TEC-IT, và tính năng chính của nó là "Field Data Acquisition and Barcode Scanning for Google Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mobile Data Collection - Scan-IT to Office

Tải xuống các tệp mở rộng Mobile Data Collection - Scan-IT to Office dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mobile Data Collection - Scan-IT to Office Mobile Data Collection - Scan-IT to Office
ID ijemakhbbjajapbmdonhjmfkkcpliafp
URL Chính Thức https://chromewebstore.google.com/detail/mobile-data-collection-sc/ijemakhbbjajapbmdonhjmfkkcpliafp
Mô tả Field Data Acquisition and Barcode Scanning for Google Chrome
Kích Thước Tệp 496 KB
Số Lần Cài Đặt 13,457
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2022-02-21
Ngày Phát Hành 2020-06-16
Đánh Giá 3.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển TEC-IT
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tec-it.com/sto
URL Trang Trợ Giúp https://www.tec-it.com/software/mobile-data-acquisition/scan-it-to-office/manual-add-in
URL Trang Chính Sách Bảo Mật https://www.tec-it.com/website/legalconditions
Ngôn Ngữ Được Hỗ Trợ 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
}