Minihomy Partners - Product Copier

Copy any dropshipping product to Minihomy store with one click

什麼是Minihomy Partners - Product Copier?

Minihomy Partners - Product Copier是由https://minihomy.shop開發的Chrome擴展程式,該擴展的主要功能是“Copy any dropshipping product to Minihomy store with one click”。

擴展截圖

screenshot
screenshot
screenshot

下載Minihomy Partners - Product Copier擴展crx文件

下載Minihomy Partners - Product Copier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Copy any CJ and Trendsi product to Minihomy store with one click
Minihomy Chrome Extension allows you to copy any CJ and Trendsi product to your Minihomy store with one-click. To begin, add this extension, visit a product page, and click on the "Minihomy Icon" Button.

Minihomy will save you time and effort, and make your dropshipping business more efficient to scale bigger than ever before.

Start Free
Start your free trial now. No credit card required.

Ask Us Anything! 
Please feel free to contact us at [email protected], or send us a message on Facebook Messenger. Don't forget to join our Telegram Group, where we constantly share dropshipping tips, insights, and the latest winning products! 

Visit Minihomy.shop for information. 

Happy Dropshipping!

New updates for Trendsi:
- Items labeled "New" are allowed.
- Pre-launch products are not allowed.
- The minimum stock is limited.
- Bugs are fixed.

New updates for CJ Dropshipping:
- Products listed in at least 50 stores are allowed.
- The minimum stock is limited.
- The maximum shipping delivery time has been limited.
- The maximum shipping fee is limited.
- Up to a maximum of 5000 grams are allowed.
- Some issues have been fixed. 
- Up to 20 variations can be entered.
- Products for which the shipping fee is unknown are prohibited.
- A black list has been created for prohibited products.
- Only US origin shipments will be supported.
- Visual updates have been made.
- It will guide you in choosing quality products.                    

擴展基本資訊

名稱 Minihomy Partners - Product Copier Minihomy Partners - Product Copier
ID piiophgglpmmlmmikaplnihikkfaadfc
官方網址 https://chromewebstore.google.com/detail/minihomy-partners-product/piiophgglpmmlmmikaplnihikkfaadfc
簡介 Copy any dropshipping product to Minihomy store with one click
檔案大小 70.53 KB
安裝次數 39
目前版本 4.1
更新時間 2023-11-30
上架時間 2021-11-01
評分 5.00/5 共 1 次評分
開發者 https://minihomy.shop
電子郵箱 [email protected]
付費類型 free
擴展官網 https://minihomy.shop/home/
說明頁面URL https://minihomy.shop/home/contact-us/
隱私政策頁面URL https://minihomy.shop/home/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minihomy Partners - Product Copier",
    "version": "4.1",
    "manifest_version": 3,
    "description": "Copy any dropshipping product to Minihomy store with one click",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cjdropshipping.com\/*",
                "https:\/\/*.minihomy.shop\/*",
                "https:\/\/www.aliexpress.com\/*",
                "https:\/\/*.trendsi.com\/*"
            ],
            "js": [
                "sweetalert2.all.min.js",
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}