Spreadr Amazon Importer Extension

Import products from Amazon to your ecommerce store in just 1-click.

Spreadr Amazon Importer Extensionとは何ですか?

Spreadr Amazon Importer ExtensionはThalia Appsによって開発されたChromeの拡張機能で、その主な機能は「Import products from Amazon to your ecommerce store in just 1-click.」です。

拡張機能のスクリーンショット

screenshot

Spreadr Amazon Importer Extension拡張機能のCRXファイルをダウンロード

Spreadr Amazon Importer Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Spreadr Product Importer Chrome Extension helps Spreadr app users to import products from Amazon to their Shopify, BigCommerce or WooCommerce stores in 1 click.

Step 1 - Signup for Shopify/BigCommerce/WooCommerce and install Spreadr app from Shopify app store.
Step 2 - Install Spreadr Product Importer free Chrome Extension. 
Step 3 - Visit a product details page on Amazon.
Step 4 - Click the Spreadr Extension (top right corner of the browser.)
Step 5 - Select your ecommerce platform: Shopify, BigCommerce or WooCommerce
Step 5 - Click 'Add Product' button.
The product will be imported to your ecommerce store.                    

拡張機能の基本情報

名前 Spreadr Amazon Importer Extension Spreadr Amazon Importer Extension
ID ngchamcefpdlmgnjnfhagmhbhkenhahg
公式URL https://chromewebstore.google.com/detail/spreadr-amazon-importer-e/ngchamcefpdlmgnjnfhagmhbhkenhahg
説明 Import products from Amazon to your ecommerce store in just 1-click.
ファイルサイズ 162 KB
インストール数 2,555
現在のバージョン 2.00
最終更新日 2020-07-29
公開日 2020-05-22
評価 4.50/5 合計 4 レビュー
開発者 Thalia Apps
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://spreadr.co
ヘルプページのURL https://spreadr.freshdesk.com
プライバシーポリシーページのURL https://outlinkapp.freshdesk.com/support/solutions/articles/29000029066-privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spreadr Amazon Importer Extension",
    "short_name": "Spreadr",
    "description": "Import products from Amazon to your ecommerce store in just 1-click.",
    "version": "2.00",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "homepage_url": "https:\/\/apps.shopify.com\/amazon-to-shopify?surface_detail=amazon&surface_inter_position=1&surface_intra_position=4&surface_type=search",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}