Outlink Product Importer

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

Outlink Product Importer क्या है?

Outlink Product Importer Thalia Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import products from virtually any ecommerce site to your Shopify store in just a few clicks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Outlink Product Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Outlink Product Importer Outlink Product Importer
ID cpiebjkjnbnhohdoookoncpamnbmgkbo
आधिकारिक URL https://chromewebstore.google.com/detail/outlink-product-importer/cpiebjkjnbnhohdoookoncpamnbmgkbo
विवरण Import products from virtually any ecommerce site to your Shopify store in just a few clicks.
फ़ाइल का आकार 151 KB
स्थापना संख्या 616
वर्तमान संस्करण 2.01
अंतिम अपडेट 2020-09-04
प्रकाशन तिथि 2020-04-30
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Thalia Apps
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://apps.shopify.com/external-affiliate-product-links
सहायता पृष्ठ URL https://outlinkapp.freshdesk.com/support/home
गोपनीयता नीति पृष्ठ URL https://outlinkapp.freshdesk.com/support/solutions/articles/29000029066-privacy-policy
समर्थित भाषाएँ 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:\/\/*\/*"
            ]
        }
    ]
}