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ファイルをダウンロード

MyPost Business and Shopify - Australia Post拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}