MyPost Business and Shopify - Australia Post

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

Co to jest MyPost Business and Shopify - Australia Post?

MyPost Business and Shopify - Australia Post to rozszerzenie Chrome opracowane przez https://pikr.com.au, a jego główną funkcją jest „Import your orders from Shopify to MyPost Business - Australia Post by Pikr”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MyPost Business and Shopify - Australia Post

Pobierz pliki rozszerzeń MyPost Business and Shopify - Australia Post w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MyPost Business and Shopify - Australia Post MyPost Business and Shopify - Australia Post
ID acnilhplpboondhicieaibaegemlloia
Oficjalny URL https://chromewebstore.google.com/detail/mypost-business-and-shopi/acnilhplpboondhicieaibaegemlloia
Opis Import your orders from Shopify to MyPost Business - Australia Post by Pikr
Rozmiar pliku 62.58 KB
Liczba instalacji 78
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-07-09
Data Publikacji 2022-06-27
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://pikr.com.au
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.pikr.com.au
Adres URL Strony Pomocy https://www.pikr.com.au/contact
Adres URL Strony Polityki Prywatności https://www.pikr.com.au/legal/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}