Manage Multi-Store Extension - CuahangPOD.com

Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me

什麼是Manage Multi-Store Extension - CuahangPOD.com?

Manage Multi-Store Extension - CuahangPOD.com是由https://cuahangpod.com開發的Chrome擴展程式,該擴展的主要功能是“Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Manage Multi-Store Extension - CuahangPOD.com擴展crx文件

下載Manage Multi-Store Extension - CuahangPOD.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Our extension makes it easy to manage orders from multiple stores in one place. 

With our extension, you'll enjoy the following benefits:
- Seamless integration with your store to ensure its health and stability
- Improved accuracy and reduced errors in order management
- Convenient, one-click order pushing from multiple suppliers
- Real-time tracking updates from suppliers to quickly identify and resolve any issues with orders

Our extension supports the following systems: Printify, Dreamship, Shineon, Merchinze, and Gearment (with more to come). 
We also support the following platforms and marketplaces: Etsy, Woocommerce, and Amz (coming soon).                    

擴展基本資訊

名稱 Manage Multi-Store Extension - CuahangPOD.com Manage Multi-Store Extension - CuahangPOD.com
ID fkjdlljcjiddgchacgoadpkjnncenbef
官方網址 https://chromewebstore.google.com/detail/manage-multi-store-extens/fkjdlljcjiddgchacgoadpkjnncenbef
簡介 Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me
檔案大小 151 KB
安裝次數 169
目前版本 1.0.6
更新時間 2023-10-20
上架時間 2023-01-03
開發者 https://cuahangpod.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://cuahangpod.com
說明頁面URL https://cuahangpod.com
隱私政策頁面URL https://etsy.ytuong.me/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manage Multi-Store Extension - CuahangPOD.com",
    "description": "Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "32": "img\/logo-32.png",
        "64": "img\/logo-64.png",
        "128": "img\/logo-128.png",
        "256": "img\/logo-256.png",
        "512": "img\/logo-512.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-64.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-8c5deb8e.3335dab6.js"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "resources": [
                "img\/logo-32.png",
                "img\/logo-64.png",
                "img\/logo-128.png",
                "img\/logo-256.png",
                "img\/logo-512.png",
                "inject.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "resources": [
                "assets\/chunk-ecdd37e0.js",
                "assets\/chunk-8c5deb8e.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}