New NetScore WMS Mobile

NetScore WMS Mobile links NetSuite to performs WareHouse Operations.

Что такое New NetScore WMS Mobile?

New NetScore WMS Mobile - это расширение Chrome, разработанное NetScore Technologies, и его основная функция - "NetScore WMS Mobile links NetSuite to performs WareHouse Operations.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения New NetScore WMS Mobile

Скачайте файлы расширений 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
}