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 هو إضافة Chrome تم تطويرها بواسطة https://cartifind.com، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Cartifind Importer

قم بتنزيل ملفات الامتداد Cartifind Importer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://apps.shopify.com/hff-products
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}