New NetScore WMS Mobile

NetScore WMS Mobile links NetSuite to performs WareHouse Operations.

What is New NetScore WMS Mobile?

New NetScore WMS Mobile is a Chrome extension developed by NetScore Technologies, and its main feature is "NetScore WMS Mobile links NetSuite to performs WareHouse Operations.".

Extension Screenshots

screenshot

Download New NetScore WMS Mobile Extension CRX File

Download New NetScore WMS Mobile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name New NetScore WMS Mobile New NetScore WMS Mobile
ID oomeehkbgkpncnjeimhonpidemckkejl
Official URL https://chromewebstore.google.com/detail/new-netscore-wms-mobile/oomeehkbgkpncnjeimhonpidemckkejl
Description NetScore WMS Mobile links NetSuite to performs WareHouse Operations.
File Size 37.4 KB
Installation Count 96
Current Version 1.5
Last Updated 2022-08-25
Publish Date 2018-01-25
Developer NetScore Technologies
Email [email protected]
Payment Type free
Supported Languages 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
}