Outlink Product Importer

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

Wat is Outlink Product Importer?

Outlink Product Importer is een Chrome-extensie ontwikkeld door Thalia Apps, en de belangrijkste functie is "Import products from virtually any ecommerce site to your Shopify store in just a few clicks.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Outlink Product Importer

Download Outlink Product Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Outlink Product Importer Outlink Product Importer
ID cpiebjkjnbnhohdoookoncpamnbmgkbo
Officiële URL https://chromewebstore.google.com/detail/outlink-product-importer/cpiebjkjnbnhohdoookoncpamnbmgkbo
Beschrijving Import products from virtually any ecommerce site to your Shopify store in just a few clicks.
Bestandsgrootte 151 KB
Aantal Installaties 616
Huidige Versie 2.01
Laatst Bijgewerkt 2020-09-04
Publicatiedatum 2020-04-30
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Thalia Apps
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://apps.shopify.com/external-affiliate-product-links
Help Pagina-URL https://outlinkapp.freshdesk.com/support/home
URL van de Privacybeleid Pagina https://outlinkapp.freshdesk.com/support/solutions/articles/29000029066-privacy-policy
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}