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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Cartifind Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}