MyPost Business and Shopify - Australia Post

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

¿Qué es MyPost Business and Shopify - Australia Post?

MyPost Business and Shopify - Australia Post es una extensión de Chrome desarrollada por https://pikr.com.au, y su función principal es "Import your orders from Shopify to MyPost Business - Australia Post by Pikr".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MyPost Business and Shopify - Australia Post

Descarga archivos de extensión MyPost Business and Shopify - Australia Post en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MyPost Business and Shopify - Australia Post MyPost Business and Shopify - Australia Post
ID acnilhplpboondhicieaibaegemlloia
URL Oficial https://chromewebstore.google.com/detail/mypost-business-and-shopi/acnilhplpboondhicieaibaegemlloia
Descripción Import your orders from Shopify to MyPost Business - Australia Post by Pikr
Tamaño del Archivo 62.58 KB
Cantidad de Instalaciones 78
Versión Actual 1.0
Última Actualización 2022-07-09
Fecha de Publicación 2022-06-27
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://pikr.com.au
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.pikr.com.au
URL de la Página de Ayuda https://www.pikr.com.au/contact
URL de la Página de Política de Privacidad https://www.pikr.com.au/legal/privacy-policy
Idiomas Soportados 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"
            ]
        }
    ]
}