MyPost Business and Shopify - Australia Post

Import your orders from Shopify to MyPost Business - Australia Post by Pikr

Τι είναι το MyPost Business and Shopify - Australia Post;

Το MyPost Business and Shopify - Australia Post είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pikr.com.au, και η κύρια λειτουργία του είναι "Import your orders from Shopify to MyPost Business - Australia Post by Pikr".

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

screenshot

Λήψη αρχείου CRX της επέκτασης MyPost Business and Shopify - Australia Post

Λήψη αρχείων επέκτασης MyPost Business and Shopify - Australia Post σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        A free extension that will import your Shopify order into MyPost Business and automatically fill out the shipping form.

Quickly creates shipping labels for you. Built by Pikr.

Steps:

1. Open the order page in Shopify.
2. Open the chrome extension and click the "Export" button.
3. A new tab to MyPost Business will open - all details will be filled out automatically.
(Note: If you are not logged into MyPost Business, you will need to press the "Export" button again.)

This free chrome extension built by Pikr, will allow you to easily create domestic and international shipping labels for MyPost Business. Save item and stop copying and pasting orders.

Built by the team at Pikr. Made in Australia.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MyPost Business and Shopify - Australia Post MyPost Business and Shopify - Australia Post
ID acnilhplpboondhicieaibaegemlloia
Επίσημο URL https://chromewebstore.google.com/detail/mypost-business-and-shopi/acnilhplpboondhicieaibaegemlloia
Περιγραφή Import your orders from Shopify to MyPost Business - Australia Post by Pikr
Μέγεθος Αρχείου 62.58 KB
Αριθμός Εγκαταστάσεων 78
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-07-09
Ημερομηνία Δημοσίευσης 2022-06-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://pikr.com.au
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pikr.com.au
Διεύθυνση URL της Σελίδας Βοήθειας https://www.pikr.com.au/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.pikr.com.au/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyPost Business and Shopify - Australia Post",
    "description": "Import your orders from Shopify to MyPost Business - Australia Post by Pikr",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/auspost.com.au\/*",
        "*:\/\/*.myshopify.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.myshopify.com\/*",
                "https:\/\/auspost.com.au\/mypost-business\/shipping-and-tracking\/orders\/add\/retail"
            ]
        }
    ]
}