Robo Product Importer

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

Qu'est-ce que Robo Product Importer ?

Robo Product Importer est une extension Chrome développée par Thalia Apps, et sa fonction principale est "Import products from virtually any ecommerce site to your Shopify store in just a few clicks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Robo Product Importer

Téléchargez les fichiers d'extension Robo Product Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Robo Product Importer Robo Product Importer
ID oimdakcnidfmhcpmiplgbldhkkdfdemc
URL Officiel https://chromewebstore.google.com/detail/robo-product-importer/oimdakcnidfmhcpmiplgbldhkkdfdemc
Description Import products from virtually any ecommerce site to your Shopify store in just a few clicks.
Taille du Fichier 108 KB
Nombre d'Installations 7,401
Version Actuelle 2.01
Dernière Mise à Jour 2020-09-04
Date de Publication 2020-04-30
Évaluation 4.33/5 Total 6 Évaluations
Développeur Thalia Apps
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://apps.shopify.com/search?q=robo
URL de la Page d'Aide https://roboapp.freshdesk.com/support/home
URL de la Page de Politique de Confidentialité https://outlinkapp.freshdesk.com/support/solutions/articles/29000029066-privacy-policy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}