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
公式URL 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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}