ebayxpress Importer for Prestashop & Magento

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

什么是ebayxpress Importer for Prestashop & Magento?

ebayxpress Importer for Prestashop & Magento是由dahman7开发的Chrome扩展程序,该扩展的主要功能是“Import Ebay products to prestashop store . This version work with the module EbayXpress only ”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载ebayxpress Importer for Prestashop & Magento扩展crx文件

下载ebayxpress Importer for Prestashop & Magento扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 ebayxpress Importer for Prestashop & Magento ebayxpress Importer for Prestashop & Magento
ID lgfcfdomiempfffmmlgkcdnloblclhjh
官方URL https://chrome.google.com/webstore/detail/ebayxpress-importer-for-p/lgfcfdomiempfffmmlgkcdnloblclhjh
简介 Import Ebay products to prestashop store . This version work with the module EbayXpress only
文件大小 345 KB
安装次数 56
当前版本 1.2.5
更新时间 2018-12-11
上架时间 2018-12-11
评分 2.00/5 共2次评分
开发者 dahman7
付费类型 free
扩展官网 https://addons.prestashop.com/fr/import-export-de-donnees/29191-ebayxpress-importer.html
支持的语言 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'"
}