ebayxpress Importer for Prestashop & Magento

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

O que é ebayxpress Importer for Prestashop & Magento?

ebayxpress Importer for Prestashop & Magento é uma extensão do Chrome desenvolvida por dahman7, e sua principal característica é "Import Ebay products to prestashop store . This version work with the module EbayXpress only ".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ebayxpress Importer for Prestashop & Magento

Baixe arquivos de extensão ebayxpress Importer for Prestashop & Magento no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ebayxpress Importer for Prestashop & Magento ebayxpress Importer for Prestashop & Magento
ID lgfcfdomiempfffmmlgkcdnloblclhjh
URL Oficial https://chrome.google.com/webstore/detail/ebayxpress-importer-for-p/lgfcfdomiempfffmmlgkcdnloblclhjh
Descrição Import Ebay products to prestashop store . This version work with the module EbayXpress only
Tamanho do Arquivo 345 KB
Contagem de Instalações 56
Versão Atual 1.2.5
Última Atualização 2018-12-11
Data de Publicação 2018-12-11
Classificação 2.00/5 Total de 2 Avaliações
Desenvolvedor dahman7
Tipo de Pagamento free
Site da Extensão https://addons.prestashop.com/fr/import-export-de-donnees/29191-ebayxpress-importer.html
Idiomas Suportados 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'"
}