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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}