Cartifind Importer

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

Was ist Cartifind Importer?

Cartifind Importer ist eine Chrome-Erweiterung, die von https://cartifind.com entwickelt wurde, und ihr Hauptmerkmal ist "With Cartifind, you can easily import products from vetted dropshipping suppliers to your store. It becomes efficient for you to…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Cartifind Importer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cartifind Importer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Cartifind Importer Cartifind Importer
ID lnbknopcbaaajalpagleljjonlblliim
Offizielle URL https://chromewebstore.google.com/detail/cartifind-importer/lnbknopcbaaajalpagleljjonlblliim
Beschreibung With Cartifind, you can easily import products from vetted dropshipping suppliers to your store. It becomes efficient for you to…
Dateigröße 32.93 KB
Installationsanzahl 1,723
Aktuelle Version 1.3.0
Letztes Update 2023-11-02
Veröffentlichungsdatum 2023-06-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://cartifind.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cartifind.com/app
Hilfeseite URL https://apps.shopify.com/hff-products
URL der Datenschutzrichtlinien-Seite https://cartifind.com/privacy
Unterstützte Sprachen 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\/*"
    ]
}