MyPost Business and Shopify - Australia Post

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

Co je MyPost Business and Shopify - Australia Post?

MyPost Business and Shopify - Australia Post je rozšíření Chrome vyvinuté https://pikr.com.au, a jeho hlavní funkcí je „Import your orders from Shopify to MyPost Business - Australia Post by Pikr“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MyPost Business and Shopify - Australia Post

Stáhněte si soubory rozšíření MyPost Business and Shopify - Australia Post ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MyPost Business and Shopify - Australia Post MyPost Business and Shopify - Australia Post
ID acnilhplpboondhicieaibaegemlloia
Oficiální URL https://chromewebstore.google.com/detail/mypost-business-and-shopi/acnilhplpboondhicieaibaegemlloia
Popis Import your orders from Shopify to MyPost Business - Australia Post by Pikr
Velikost souboru 62.58 KB
Počet instalací 78
Aktuální Verze 1.0
Poslední Aktualizace 2022-07-09
Datum Vydání 2022-06-27
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://pikr.com.au
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.pikr.com.au
URL Stránky Nápovědy https://www.pikr.com.au/contact
URL Stránky Zásad Ochrany Soukromí https://www.pikr.com.au/legal/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}