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
官方網址 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
}