Spreadr Amazon Importer Extension

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

Cos'è Spreadr Amazon Importer Extension?

Spreadr Amazon Importer Extension è un'estensione di Chrome sviluppata da Thalia Apps, e la sua funzione principale è "Import products from Amazon to your ecommerce store in just 1-click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spreadr Amazon Importer Extension

Scarica i file di estensione Spreadr Amazon Importer Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Spreadr Amazon Importer Extension Spreadr Amazon Importer Extension
ID ngchamcefpdlmgnjnfhagmhbhkenhahg
URL Ufficiale https://chromewebstore.google.com/detail/spreadr-amazon-importer-e/ngchamcefpdlmgnjnfhagmhbhkenhahg
Descrizione Import products from Amazon to your ecommerce store in just 1-click.
Dimensione del File 162 KB
Conteggio Installazioni 2,555
Versione Corrente 2.00
Ultimo Aggiornamento 2020-07-29
Data di Pubblicazione 2020-05-22
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Thalia Apps
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://spreadr.co
URL della Pagina di Aiuto https://spreadr.freshdesk.com
URL della Pagina della Politica sulla Privacy https://outlinkapp.freshdesk.com/support/solutions/articles/29000029066-privacy-policy
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}