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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
            ]
        }
    ]
}