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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dahman7 และคุณลักษณะหลักของมันคือ "Import Ebay products to prestashop store . This version work with the module EbayXpress only "

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ebayxpress Importer for Prestashop & Magento

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}