Mobile Data Collection - Scan-IT to Office

Field Data Acquisition and Barcode Scanning for Google Chrome

¿Qué es Mobile Data Collection - Scan-IT to Office?

Mobile Data Collection - Scan-IT to Office es una extensión de Chrome desarrollada por TEC-IT, y su función principal es "Field Data Acquisition and Barcode Scanning for Google Chrome".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Mobile Data Collection - Scan-IT to Office

Descarga archivos de extensión Mobile Data Collection - Scan-IT to Office en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Mobile Data Collection - Scan-IT to Office Mobile Data Collection - Scan-IT to Office
ID ijemakhbbjajapbmdonhjmfkkcpliafp
URL Oficial https://chromewebstore.google.com/detail/mobile-data-collection-sc/ijemakhbbjajapbmdonhjmfkkcpliafp
Descripción Field Data Acquisition and Barcode Scanning for Google Chrome
Tamaño del Archivo 496 KB
Cantidad de Instalaciones 13,457
Versión Actual 1.3.0
Última Actualización 2022-02-21
Fecha de Publicación 2020-06-16
Calificación 3.91/5 Total de 11 Calificaciones
Desarrollador TEC-IT
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.tec-it.com/sto
URL de la Página de Ayuda https://www.tec-it.com/software/mobile-data-acquisition/scan-it-to-office/manual-add-in
URL de la Página de Política de Privacidad https://www.tec-it.com/website/legalconditions
Idiomas Soportados 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
}