Mobile Data Collection - Scan-IT to Office

Field Data Acquisition and Barcode Scanning for Google Chrome

Co je Mobile Data Collection - Scan-IT to Office?

Mobile Data Collection - Scan-IT to Office je rozšíření Chrome vyvinuté TEC-IT, a jeho hlavní funkcí je „Field Data Acquisition and Barcode Scanning for Google Chrome“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Mobile Data Collection - Scan-IT to Office

Stáhněte si soubory rozšíření Mobile Data Collection - Scan-IT to Office ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Mobile Data Collection - Scan-IT to Office Mobile Data Collection - Scan-IT to Office
ID ijemakhbbjajapbmdonhjmfkkcpliafp
Oficiální URL https://chromewebstore.google.com/detail/mobile-data-collection-sc/ijemakhbbjajapbmdonhjmfkkcpliafp
Popis Field Data Acquisition and Barcode Scanning for Google Chrome
Velikost souboru 496 KB
Počet instalací 13,457
Aktuální Verze 1.3.0
Poslední Aktualizace 2022-02-21
Datum Vydání 2020-06-16
Hodnocení 3.91/5 Celkem 11 Hodnocení
Vývojář TEC-IT
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.tec-it.com/sto
URL Stránky Nápovědy https://www.tec-it.com/software/mobile-data-acquisition/scan-it-to-office/manual-add-in
URL Stránky Zásad Ochrany Soukromí https://www.tec-it.com/website/legalconditions
Podporované Jazyky 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
}