MyPost Business and Shopify - Australia Post

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

Qu'est-ce que MyPost Business and Shopify - Australia Post ?

MyPost Business and Shopify - Australia Post est une extension Chrome développée par https://pikr.com.au, et sa fonction principale est "Import your orders from Shopify to MyPost Business - Australia Post by Pikr".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MyPost Business and Shopify - Australia Post

Téléchargez les fichiers d'extension MyPost Business and Shopify - Australia Post au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MyPost Business and Shopify - Australia Post MyPost Business and Shopify - Australia Post
ID acnilhplpboondhicieaibaegemlloia
URL Officiel https://chromewebstore.google.com/detail/mypost-business-and-shopi/acnilhplpboondhicieaibaegemlloia
Description Import your orders from Shopify to MyPost Business - Australia Post by Pikr
Taille du Fichier 62.58 KB
Nombre d'Installations 78
Version Actuelle 1.0
Dernière Mise à Jour 2022-07-09
Date de Publication 2022-06-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://pikr.com.au
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pikr.com.au
URL de la Page d'Aide https://www.pikr.com.au/contact
URL de la Page de Politique de Confidentialité https://www.pikr.com.au/legal/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}