GroovePacker - ShipStation Scan Pack Barcode

This extension allows GroovePacker to open the recently scanned order directly in ShipStation.

GroovePacker - ShipStation Scan Pack Barcode란 무엇입니까?

GroovePacker - ShipStation Scan Pack Barcode은(는) https://www.groovepacker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows GroovePacker to open the recently scanned order directly in ShipStation."입니다.

확장 프로그램 스크린샷

screenshot

GroovePacker - ShipStation Scan Pack Barcode 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension simplifies the workflow between ShipStation and GroovePacker. It is intended for workflows where the Shipping labels are created after packing each shipment on the same workstation. The extension automatically handles the tab switching between GroovePacker and ShipStation.

Please visit this URL for setup instructions: https://goo.gl/9LqrqY

----
About GroovePacker

GroovePacker is your Barcode Scan & Pack verification tool for perfect warehouse picking & shipping

Eliminate costly shipping errors by adding barcode powered packing QC to your Existing shipping workflow. 
Besides saving hundreds each month in re-shipments, wrong products and error related customer service,
 you'll increase buyer satisfaction, simplify your warehouse training and greatly improve feedback across your
sales channels. GroovePacker is designed to be effortless to use and easy to setup, so you can quickly add it
to your existing workflow and begin verifying every item you ship without re-thinking and re-training your
entire shipping process.                    

확장 프로그램 기본 정보

이름 GroovePacker - ShipStation Scan Pack Barcode GroovePacker - ShipStation Scan Pack Barcode
ID fpknchejjhppoeflipfekheacbgalbpj
공식 URL https://chromewebstore.google.com/detail/groovepacker-shipstation/fpknchejjhppoeflipfekheacbgalbpj
설명 This extension allows GroovePacker to open the recently scanned order directly in ShipStation.
파일 크기 57.4 KB
설치 횟수 119
현재 버전 0.13
최근 업데이트 2020-11-14
출시 날짜 2019-08-30
평점 4.00/5 총 1 개의 평점
개발자 https://www.groovepacker.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://goo.gl/ZbBDhV
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GroovePacker - ShipStation Scan Pack Barcode",
    "description": "This extension allows GroovePacker to open the recently scanned order directly in ShipStation.",
    "version": "0.13",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/*",
        "debugger"
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}