Robo Product Importer

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

什麼是Robo Product Importer?

Robo Product Importer是由Thalia Apps開發的Chrome擴展程式,該擴展的主要功能是“Import products from virtually any ecommerce site to your Shopify store in just a few clicks.”。

擴展截圖

screenshot

下載Robo Product Importer擴展crx文件

下載Robo Product Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Robo Product Importer Chrome Extension helps Shopify Robo app dropshippers import products from virtually any online store to their Shopify store.

Step 1 - Signup for Shopify and install Robo app from Shopify app store.
Step 2 - Install Robo Product Importer free Chrome Extension. 
Step 3 - Visit a product details page on any online store.
Step 4 - Click the Robo Extension (top right corner of the browser.)
Step 5 - Robo 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!                    

擴展基本資訊

名稱 Robo Product Importer Robo Product Importer
ID oimdakcnidfmhcpmiplgbldhkkdfdemc
官方網址 https://chromewebstore.google.com/detail/robo-product-importer/oimdakcnidfmhcpmiplgbldhkkdfdemc
簡介 Import products from virtually any ecommerce site to your Shopify store in just a few clicks.
檔案大小 108 KB
安裝次數 7,401
目前版本 2.01
更新時間 2020-09-04
上架時間 2020-04-30
評分 4.33/5 共 6 次評分
開發者 Thalia Apps
電子郵箱 [email protected]
付費類型 free
擴展官網 https://apps.shopify.com/search?q=robo
說明頁面URL https://roboapp.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": "Robo Product Importer",
    "short_name": "Robo",
    "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:\/\/roboapp.freshdesk.com\/support\/home",
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}