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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.groovepacker.com, και η κύρια λειτουργία του είναι "This extension allows GroovePacker to open the recently scanned order directly in ShipStation.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GroovePacker - ShipStation Scan Pack Barcode

Λήψη αρχείων επέκτασης GroovePacker - ShipStation Scan Pack Barcode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
}