Dropship & affiliate for eBay & Woocommerce

Dropshipping and affiliate for eBay & woocommerce

Dropship & affiliate for eBay & Woocommerceคืออะไร?

Dropship & affiliate for eBay & Woocommerce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wooshark และคุณลักษณะหลักของมันคือ "Dropshipping and affiliate for eBay & woocommerce"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dropship & affiliate for eBay & Woocommerce

ดาวน์โหลดไฟล์ส่วนขยาย Dropship & affiliate for eBay & Woocommerce ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Dropship & affiliate for eBay & Woocommerce allows to Import and customize products from eBay to Woocommerce 
Dropship & affiliate for eBay & Woocommerce offers the following features:

* import products as 
    - simple products (no variations
    - variable products 
    - affiliate products 
* Import, customize product's:
     - Variants such as size, color, model (sale price, regular price, images, etc..)
     - images gallery
     - Images from the product description
     - Specifications and additional information
     - General description
     - Short description
     - Categories
     - Sale price
     - Reviews
     - Rating
     - Sku
     - tags
* Automated price calculation formula.
* Advanced description editor
* Advanced image editor
* General configuration
* Link to the original product.
* Publish / save as draft.
* add custom reviews and rating
* bulk product synchronization                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dropship & affiliate for eBay & Woocommerce Dropship & affiliate for eBay & Woocommerce
ID gfaiifnnhfjidppafjiddmaggaegalga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dropship-affiliate-for-eb/gfaiifnnhfjidppafjiddmaggaegalga
คำอธิบาย Dropshipping and affiliate for eBay & woocommerce
ขนาดไฟล์ 843 KB
จำนวนการติดตั้ง 533
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-10-20
วันที่เผยแพร่ 2019-12-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา wooshark
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wooshark.com/ebay
URL หน้าช่วยเหลือ https://www.wooshark.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.wooshark.com/term
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dropship & affiliate for eBay & Woocommerce",
    "short_name": "dropship & affiliate for eBay",
    "description": "Dropshipping and affiliate for eBay & woocommerce",
    "version": "1.7",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/eBay-icon.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "host": "https:\/\/wooshark.website",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "images\/eBay-icon.png",
        "128": "images\/eBay-icon.png"
    },
    "background": {
        "service_worker": "js\/lunaPicEdit.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lunapic.com\/editor\/",
                "https:\/\/htmledit.squarefree.com\/*",
                "https:\/\/aeproductsourcesite.alicdn.com\/*",
                "https:\/\/www.ebay.com\/*",
                "https:\/\/www.ebay.co.uk\/*",
                "https:\/\/www.ebay.com.de\/*",
                "https:\/\/www.ebay.com.au\/*",
                "https:\/\/www.ebay.ca\/*",
                "https:\/\/www.ebay.de\/*",
                "https:\/\/www.ebay.fr\/*",
                "https:\/\/www.ebay.it\/*",
                "https:\/\/www.ebay.es\/*",
                "https:\/\/www.ebay.at\/*",
                "https:\/\/www.ebay.ch\/*",
                "https:\/\/www.ebay.com.hk\/*",
                "https:\/\/www.ebay.com.sg\/*",
                "https:\/\/www.ebay.com.my\/*",
                "https:\/\/www.ebay.in\/*",
                "https:\/\/www.ebay.ph\/*",
                "https:\/\/www.ebay.ie\/*",
                "https:\/\/www.ebay.pl\/*",
                "https:\/\/www.ebay.be\/*",
                "https:\/\/www.benl.ebay.be\/*",
                "https:\/\/www.ebay.nl\/*",
                "https:\/\/www.ebay.cn\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/apiexpress_content.js",
                "js\/lodash.js",
                "js\/bootstrap.min.js",
                "js\/ebay_modify_adress.js",
                "js\/get_adress_form.js",
                "js\/lunaPicEdit.js",
                "js\/editDescription.js",
                "js\/math.js",
                "js\/vendor\/quill.js",
                "js\/bulk-import-ebay.js",
                "js\/vendor\/progress.js",
                "js\/vendor\/fontawesome.js",
                "js\/vendor\/jquery.toast.min.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/quill.css",
                "css\/jquery.toast.min.css",
                "css\/spin.css",
                "css\/progress.css",
                "css\/mdb.min.css",
                "css\/table.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "json\/config.json",
                "\/js\/lunaPicEdit.js"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    }
}