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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}