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은(는) https://pikr.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import your orders from Shopify to MyPost Business - Australia Post by Pikr"입니다.

확장 프로그램 스크린샷

screenshot

MyPost Business and Shopify - Australia Post 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}