New NetScore WMS Mobile

NetScore WMS Mobile links NetSuite to performs WareHouse Operations.

Co je New NetScore WMS Mobile?

New NetScore WMS Mobile je rozšíření Chrome vyvinuté NetScore Technologies, a jeho hlavní funkcí je „NetScore WMS Mobile links NetSuite to performs WareHouse Operations.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření New NetScore WMS Mobile

Stáhněte si soubory rozšíření New NetScore WMS Mobile 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í

                        NetScore WMS Mobile integrates NetSuite with mobile and wireless devices, streamlines warehousing and inventory management  by scanning Barcode/QR codes and processes the data into NetSuite.

Key Benefits:

Works with iOS and Android devices, including wireless barcode scanners & printers.
Reduce Operational cost by our licencing structure.
Improve employee workflow efficiency by our process automation and pre- validation of data.

Key Features:

Shipping (Pick/Pack/Ship)
Receiving & Put-a-way
Item Lookup
Inventory Adjustments
Inventory Count
Transfer Orders
Inventory Transfers
Bin Put away
Bin Transfer                    

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

Název New NetScore WMS Mobile New NetScore WMS Mobile
ID oomeehkbgkpncnjeimhonpidemckkejl
Oficiální URL https://chromewebstore.google.com/detail/new-netscore-wms-mobile/oomeehkbgkpncnjeimhonpidemckkejl
Popis NetScore WMS Mobile links NetSuite to performs WareHouse Operations.
Velikost souboru 37.4 KB
Počet instalací 96
Aktuální Verze 1.5
Poslední Aktualizace 2022-08-25
Datum Vydání 2018-01-25
Vývojář NetScore Technologies
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New NetScore WMS Mobile",
    "description": "NetScore WMS Mobile links NetSuite to performs WareHouse Operations.",
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "action": {
        "default_icon": "Netscore WMS Mobile.png",
        "default_title": "NetScore WMS Mobile",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}