Outlink Product Importer

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

Qu'est-ce que Outlink Product Importer ?

Outlink 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 Outlink Product Importer

Téléchargez les fichiers d'extension Outlink 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 Outlink Product Importer Chrome Extension helps Shopify Outlink app merchants and affiliate marketeers import products from virtually any online site to their Shopify store.

Step 1 - Signup for Shopify and install Outlink app from Shopify app store.
Step 2 - Install Outlink Product Importer free Chrome Extension. 
Step 3 - Visit a product details page on any online store.
Step 4 - Click the Outlink Extension (top right corner of the browser.)
Step 5 - Outlink 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 Outlink Product Importer Outlink Product Importer
ID cpiebjkjnbnhohdoookoncpamnbmgkbo
URL Officiel https://chromewebstore.google.com/detail/outlink-product-importer/cpiebjkjnbnhohdoookoncpamnbmgkbo
Description Import products from virtually any ecommerce site to your Shopify store in just a few clicks.
Taille du Fichier 151 KB
Nombre d'Installations 616
Version Actuelle 2.01
Dernière Mise à Jour 2020-09-04
Date de Publication 2020-04-30
Évaluation 5.00/5 Total 4 Évaluations
Développeur Thalia Apps
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://apps.shopify.com/external-affiliate-product-links
URL de la Page d'Aide https://outlinkapp.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": "Outlink Product Importer",
    "short_name": "Outlink",
    "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:\/\/apps.shopify.com\/external-affiliate-product-links",
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}