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”。
扩展截图
下载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 |
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" ] } ] } |