DSize: Dropship Clothing Size Chart

Import tables from Aliexpress for dropshipping with one click.

什麼是DSize: Dropship Clothing Size Chart?

DSize: Dropship Clothing Size Chart是由https://boutiqes.com開發的Chrome擴展程式,該擴展的主要功能是“Import tables from Aliexpress for dropshipping with one click.”。

擴展截圖

screenshot
screenshot
screenshot

下載DSize: Dropship Clothing Size Chart擴展crx文件

下載DSize: Dropship Clothing Size Chart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Dropship Clothing Size Charts importer to your DSize Shopify App account.

Tired of copying and pasting size charts from AliExpress into your Shopify product listings? Our DSize: Dropship Clothing Size Chart makes it easy to import size charts with just one click! With our extension, you can quickly and easily add accurate size charts to your Shopify product listings, saving you time and increasing your productivity. Say goodbye to tedious copy and paste and hello to streamlined product listings with DSize: Dropship Clothing Size Chart. Try it today!

DSize Chrome Extension helps you with: 
- Importing Size Chart From AliExpress
- Importing Tables From AliExpress Description
- Import and extract tables from Aliexpress images

More info:
Our Shopify App: https://apps.shopify.com/boutiqes-size-charts

Get DSize Now for FREE!                    

擴展基本資訊

名稱 DSize: Dropship Clothing Size Chart DSize: Dropship Clothing Size Chart
ID dnndapinegpllfdocaogfonmcocheini
官方網址 https://chromewebstore.google.com/detail/dsize-dropship-clothing-s/dnndapinegpllfdocaogfonmcocheini
簡介 Import tables from Aliexpress for dropshipping with one click.
檔案大小 23.72 KB
安裝次數 46
目前版本 1.2.1
更新時間 2024-02-24
上架時間 2023-02-27
開發者 https://boutiqes.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://boutiqes.com/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DSize: Dropship Clothing Size Chart",
    "description": "Import tables from Aliexpress for dropshipping with one click.",
    "version": "1.2.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/logo16x16.png",
        "32": "\/images\/logo32x32.png",
        "48": "\/images\/logo48x48.png",
        "128": "\/images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16x16.png",
            "32": "\/images\/logo32x32.png",
            "48": "\/images\/logo48x48.png",
            "128": "\/images\/logo.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/sizecharts.boutiqes.com\/*"
        ]
    }
}