Robo Product Importer

Import products from virtually any ecommerce site to your Shopify store in just a few clicks.

Was ist Robo Product Importer?

Robo Product Importer ist eine Chrome-Erweiterung, die von Thalia Apps entwickelt wurde, und ihr Hauptmerkmal ist "Import products from virtually any ecommerce site to your Shopify store in just a few clicks.".

Erweiterungsscreenshots

screenshot

Robo Product Importer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Robo Product 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

                        The Robo Product Importer Chrome Extension helps Shopify Robo app dropshippers import products from virtually any online store to their Shopify store.

Step 1 - Signup for Shopify and install Robo app from Shopify app store.
Step 2 - Install Robo Product Importer free Chrome Extension. 
Step 3 - Visit a product details page on any online store.
Step 4 - Click the Robo Extension (top right corner of the browser.)
Step 5 - Robo app will extract product data (title, description, images ...) and show it to you in a form.
Step 6 - Verify and edit the data. Click 'Add product' button to import the item to your Shopify store!                    

Grundlegende Informationen zur Erweiterung

Name Robo Product Importer Robo Product Importer
ID oimdakcnidfmhcpmiplgbldhkkdfdemc
Offizielle URL https://chromewebstore.google.com/detail/robo-product-importer/oimdakcnidfmhcpmiplgbldhkkdfdemc
Beschreibung Import products from virtually any ecommerce site to your Shopify store in just a few clicks.
Dateigröße 108 KB
Installationsanzahl 7,401
Aktuelle Version 2.01
Letztes Update 2020-09-04
Veröffentlichungsdatum 2020-04-30
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler Thalia Apps
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://apps.shopify.com/search?q=robo
Hilfeseite URL https://roboapp.freshdesk.com/support/home
URL der Datenschutzrichtlinien-Seite https://outlinkapp.freshdesk.com/support/solutions/articles/29000029066-privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Robo Product Importer",
    "short_name": "Robo",
    "description": "Import products from virtually any ecommerce site to your Shopify store in just a few clicks.",
    "version": "2.01",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "homepage_url": "https:\/\/roboapp.freshdesk.com\/support\/home",
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}