New NetScore WMS Mobile

NetScore WMS Mobile links NetSuite to performs WareHouse Operations.

什么是New NetScore WMS Mobile?

New NetScore WMS Mobile是由NetScore Technologies开发的Chrome扩展程序,该扩展的主要功能是“NetScore WMS Mobile links NetSuite to performs WareHouse Operations.”。

扩展截图

screenshot

下载New NetScore WMS Mobile扩展crx文件

下载New NetScore WMS Mobile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 New NetScore WMS Mobile New NetScore WMS Mobile
ID oomeehkbgkpncnjeimhonpidemckkejl
官方URL https://chromewebstore.google.com/detail/new-netscore-wms-mobile/oomeehkbgkpncnjeimhonpidemckkejl
简介 NetScore WMS Mobile links NetSuite to performs WareHouse Operations.
文件大小 37.4 KB
安装次数 96
当前版本 1.5
更新时间 2022-08-25
上架时间 2018-01-25
开发者 NetScore Technologies
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}