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开发的Chrome扩展程序,该扩展的主要功能是“Import products from virtually any ecommerce site to your Shopify store in just a few clicks.”。

扩展截图

screenshot

下载Outlink Product Importer扩展crx文件

下载Outlink Product Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:\/\/*\/*"
            ]
        }
    ]
}