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
官方網址 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'"
}