Mobile Data Collection - Scan-IT to Office

Field Data Acquisition and Barcode Scanning for Google Chrome

O que é Mobile Data Collection - Scan-IT to Office?

Mobile Data Collection - Scan-IT to Office é uma extensão do Chrome desenvolvida por TEC-IT, e sua principal característica é "Field Data Acquisition and Barcode Scanning for Google Chrome".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mobile Data Collection - Scan-IT to Office

Baixe arquivos de extensão Mobile Data Collection - Scan-IT to Office no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome 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
Descrição Field Data Acquisition and Barcode Scanning for Google Chrome
Tamanho do Arquivo 496 KB
Contagem de Instalações 13,457
Versão Atual 1.3.0
Última Atualização 2022-02-21
Data de Publicação 2020-06-16
Classificação 3.91/5 Total de 11 Avaliações
Desenvolvedor TEC-IT
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.tec-it.com/sto
URL da Página de Ajuda https://www.tec-it.com/software/mobile-data-acquisition/scan-it-to-office/manual-add-in
URL da Página de Política de Privacidade https://www.tec-it.com/website/legalconditions
Idiomas Suportados 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
}