ebayxpress Importer for Prestashop & Magento

Import Ebay products to prestashop store . This version work with the module EbayXpress only

Qu'est-ce que ebayxpress Importer for Prestashop & Magento ?

ebayxpress Importer for Prestashop & Magento est une extension Chrome développée par dahman7, et sa fonction principale est "Import Ebay products to prestashop store . This version work with the module EbayXpress only ".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ebayxpress Importer for Prestashop & Magento

Téléchargez les fichiers d'extension ebayxpress Importer for Prestashop & Magento au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        EbayXpress Search and Import from Ebay , if you want to begin the dropshipping this is the best tool in the market
Drop ship any products you like and in few clicks you have a product ready to sell . 
Products imported with all data needed like title, description , quantity ,price, images .
We provide also all SEO data like rewrite-url , keywords,metaTitle, metaDescription .

This extension version work only with the plugin ebayxpress importer in the prestashop market . 
https://addons.prestashop.com/en/data-import-export/29191-ebayxpress-importer.html                    

Informations de Base sur l'Extension

Nom ebayxpress Importer for Prestashop & Magento ebayxpress Importer for Prestashop & Magento
ID lgfcfdomiempfffmmlgkcdnloblclhjh
URL Officiel https://chrome.google.com/webstore/detail/ebayxpress-importer-for-p/lgfcfdomiempfffmmlgkcdnloblclhjh
Description Import Ebay products to prestashop store . This version work with the module EbayXpress only
Taille du Fichier 345 KB
Nombre d'Installations 56
Version Actuelle 1.2.5
Dernière Mise à Jour 2018-12-11
Date de Publication 2018-12-11
Évaluation 2.00/5 Total 2 Évaluations
Développeur dahman7
Type de Paiement free
Site Web de l'Extension https://addons.prestashop.com/fr/import-export-de-donnees/29191-ebayxpress-importer.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ebayxpress Importer for Prestashop & Magento",
    "short_name": "ebayxpress",
    "description": "Import Ebay products to prestashop store . This version work with the module EbayXpress only ",
    "version": "1.2.5",
    "browser_action": {
        "default_icon": "logo57x57.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "logo57x57.png",
        "128": "images\/logo80x80.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "js\/jquery-3.2.1.min.js",
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/injectScript.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}