Cartifind Importer

With Cartifind, you can easily import products from vetted dropshipping suppliers to your store. It becomes efficient for you to…

什麼是Cartifind Importer?

Cartifind Importer是由https://cartifind.com開發的Chrome擴展程式,該擴展的主要功能是“With Cartifind, you can easily import products from vetted dropshipping suppliers to your store. It becomes efficient for you to…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Cartifind Importer擴展crx文件

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

擴展使用說明

                        With Cartifind, you can easily import products from vetted dropshipping suppliers to your store. It becomes efficient for you to find affordable, high-quality products from reliable sourcing with customized filters. Manage and fulfill your orders easily with Cartifind by importing all selected products to your web store with one click, so you can free your hands, and focus on other aspects of your business with semi-automated sourcing and fulfilling processes.

* Product Search: Pick products from top vetted suppliers based on reviews.
* Import By URL: One click to import AliExpress, Temu, Amazon, Shein products SKU.
* OpenAI: Generate unique, and compelling product title and descriptions by AI.
* Orders Management: Manage and fulfill orders easily and semi-automatically.

Shopify App Page: https://apps.shopify.com/hff-products
Cartifind App Page: https://cartifind.com/app                    

擴展基本資訊

名稱 Cartifind Importer Cartifind Importer
ID lnbknopcbaaajalpagleljjonlblliim
官方網址 https://chromewebstore.google.com/detail/cartifind-importer/lnbknopcbaaajalpagleljjonlblliim
簡介 With Cartifind, you can easily import products from vetted dropshipping suppliers to your store. It becomes efficient for you to…
檔案大小 32.93 KB
安裝次數 1,723
目前版本 1.3.0
更新時間 2023-11-02
上架時間 2023-06-05
評分 5.00/5 共 1 次評分
開發者 https://cartifind.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cartifind.com/app
說明頁面URL https://apps.shopify.com/hff-products
隱私政策頁面URL https://cartifind.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cartifind Importer",
    "version": "1.3.0",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/cartifind.com\/api\/*",
        "http:\/\/cartifind.com\/api\/*",
        "http:\/\/ec2-3-84-25-106.compute-1.amazonaws.com\/api\/*",
        "http:\/\/ec2-3-84-25-106.compute-1.amazonaws.com\/api\/*"
    ]
}