Shopify to MyPost Business Importer

Import order from Shopify to MyPost Business with a single click.

Shopify to MyPost Business Importerคืออะไร?

Shopify to MyPost Business Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ricemill.co และคุณลักษณะหลักของมันคือ "Import order from Shopify to MyPost Business with a single click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopify to MyPost Business Importer

ดาวน์โหลดไฟล์ส่วนขยาย Shopify to MyPost Business Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Before you start:

1. Login into MyPost Business on a separate tab.
2. Make sure you have added a default "Send from" address via https://auspost.com.au/mypost-business/shipping-and-tracking/address-book/senders.

How does it work?

1. Login into Shopify's admin and navigate to "Orders" page.
2. Open up the order by clicking on order's number link. 
3. Once the page loaded, select the Shopify to MyPost Business extension button (black and red icon) and click "Import to MyPost Business".
4. Double check if information is filled correctly. 
5. Choose a parcel service.
6. Click "Save Order"

Troubleshoots:

See https://help.ricemill.co/en/article/shopify-to-mypost-extension-troubleshoots-bag4n7/

Terms of Service:

This extension provides as free and, as such, we provide no warranty or guarantee of service or uptime. 

Disclaimer: 

All copyrights belong to their respective owners. Shopify and Australia Post don’t endorse or sponsor this Chrome Extension. This Chrome theme is not owned by, is not licensed by and is not a subsidiary of Shopify and Australia Post.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shopify to MyPost Business Importer Shopify to MyPost Business Importer
ID nafmfekdoclhonbnbganpmoodpaiidfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopify-to-mypost-busines/nafmfekdoclhonbnbganpmoodpaiidfm
คำอธิบาย Import order from Shopify to MyPost Business with a single click.
ขนาดไฟล์ 393 KB
จำนวนการติดตั้ง 1,288
เวอร์ชันปัจจุบัน 1.6.3
อัปเดตครั้งล่าสุด 2023-02-07
วันที่เผยแพร่ 2020-01-15
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://ricemill.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ricemill.co/blog/import-order-from-shopify-to-mypost-business-with-a-single-click/
URL หน้าช่วยเหลือ https://help.ricemill.co/en/article/shopify-to-mypost-extension-troubleshoots-bag4n7/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify to MyPost Business Importer",
    "version": "1.6.3",
    "manifest_version": 3,
    "description": "Import order from Shopify to MyPost Business with a single click.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0b95AiSRoi1Q1Tnn2ZFwc7gCTJHrTYr2+3+fKA52TMtUXccxT\/cQ2bs9I6brtHHU7TSlbS2CxKIvci7z7XkMQ514us0Yi73DRuQ\/LYDQCW672EJ3Yx8HguKO863Lj9CITQuXzXSzrMbTsoyZuLNtLlnuDeptiKxDGgII2ViPxPSH2GeEs5GPxlXP9DDQd6tfhjCBJVXZDCdEHAeXMAntXFvM780yhN9H8pstLJ84tbCFMo8qAf\/RZbryaP5ZNWG4UBf3Oprkei6xOV+n3Vid+enfAdMfXAdmVKoON8cXb9YZ8KvNJb7YJRdImmuntT+5LO0JGtqfM9xtwMDLRn5K2QIDAQAB",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/admin.shopify.com\/*",
                "*:\/\/*.myshopify.com\/*",
                "https:\/\/auspost.com.au\/mypost-business\/shipping-and-tracking\/orders\/add\/retail"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/admin.shopify.com\/*",
        "*:\/\/*.myshopify.com\/*",
        "https:\/\/auspost.com.au\/*"
    ]
}