Spreadr Amazon Importer Extension

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

What is Spreadr Amazon Importer Extension?

Spreadr Amazon Importer Extension is a Chrome extension developed by Thalia Apps, and its main feature is "Import products from Amazon to your ecommerce store in just 1-click.".

Extension Screenshots

screenshot

Download Spreadr Amazon Importer Extension Extension CRX File

Download Spreadr Amazon Importer Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spreadr Amazon Importer Extension Spreadr Amazon Importer Extension
ID ngchamcefpdlmgnjnfhagmhbhkenhahg
Official URL https://chromewebstore.google.com/detail/spreadr-amazon-importer-e/ngchamcefpdlmgnjnfhagmhbhkenhahg
Description Import products from Amazon to your ecommerce store in just 1-click.
File Size 162 KB
Installation Count 2,555
Current Version 2.00
Last Updated 2020-07-29
Publish Date 2020-05-22
Rating 4.50/5 Total 4 Ratings
Developer Thalia Apps
Email [email protected]
Payment Type free
Extension Website https://spreadr.co
Help Page URL https://spreadr.freshdesk.com
Privacy Policy Page URL https://outlinkapp.freshdesk.com/support/solutions/articles/29000029066-privacy-policy
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}