eBay Dropship

Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily!

eBay Dropship란 무엇입니까?

eBay Dropship은(는) https://ali2woo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

eBay Dropship 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        eBay dropshipping extension for eBay2Woo plugin. Place orders on eBay website automatically.
You need to install the plugin to your WordPress store and connect your store to the extension.
We have manual with step-by-step instructions.                    

확장 프로그램 기본 정보

이름 eBay Dropship eBay Dropship
ID mcpnpdoidoadhaebfcilgdhedhiiaemi
공식 URL https://chromewebstore.google.com/detail/ebay-dropship/mcpnpdoidoadhaebfcilgdhedhiiaemi
설명 Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily!
파일 크기 286 KB
설치 횟수 291
현재 버전 1.5
최근 업데이트 2021-11-23
출시 날짜 2020-11-02
평점 4.75/5 총 4 개의 평점
개발자 https://ali2woo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ali2woo.com/
도움말 페이지 URL https://support.ali2woo.com
개인정보 보호 정책 페이지 URL https://ali2woo.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/imageinfo-16-mono.png",
            "38": "assets\/icons\/imageinfo-32-mono.png"
        },
        "default_title": "eBay.com Product Importer"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/scripts\/common.js",
                "scripts\/content\/content_ma_api.js"
            ],
            "matches": [
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.co.uk\/*",
                "https:\/\/*.ebay.de\/*",
                "https:\/\/*.ebay.fr\/*",
                "https:\/\/*.ebay.it\/*",
                "https:\/\/*.ebay.es\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/scripts\/common.js",
                "scripts\/content\/signin.js"
            ],
            "matches": [
                "https:\/\/signin.ebay.com\/ws\/eBayISAPI.dll?*",
                "https:\/\/signin.ebay.co.uk\/ws\/eBayISAPI.dll?*",
                "https:\/\/signin.ebay.de\/ws\/eBayISAPI.dll?*",
                "https:\/\/signin.ebay.fr\/ws\/eBayISAPI.dll?*",
                "https:\/\/signin.ebay.it\/ws\/eBayISAPI.dll?*",
                "https:\/\/signin.ebay.es\/ws\/eBayISAPI.dll?*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/scripts\/common.js",
                "scripts\/content\/reg.js"
            ],
            "matches": [
                "https:\/\/reg.ebay.com\/reg\/Upgrade?*",
                "https:\/\/reg.ebay.co.uk\/reg\/Upgrade?*",
                "https:\/\/reg.ebay.de\/reg\/Upgrade?*",
                "https:\/\/reg.ebay.fr\/reg\/Upgrade?*",
                "https:\/\/reg.ebay.it\/reg\/Upgrade?*",
                "https:\/\/reg.ebay.es\/reg\/Upgrade?*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/scripts\/common.js",
                "scripts\/content\/product.js"
            ],
            "matches": [
                "https:\/\/*.ebay.com\/itm\/*",
                "https:\/\/*.ebay.co.uk\/itm\/*",
                "https:\/\/*.ebay.de\/itm\/*",
                "https:\/\/*.ebay.fr\/itm\/*",
                "https:\/\/*.ebay.it\/itm\/*",
                "https:\/\/*.ebay.es\/itm\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/scripts\/common.js",
                "scripts\/content\/cart.js"
            ],
            "matches": [
                "https:\/\/cart.ebay.com\/*",
                "https:\/\/cart.ebay.co.uk\/*",
                "https:\/\/cart.ebay.de\/*",
                "https:\/\/cart.ebay.fr\/*",
                "https:\/\/cart.ebay.it\/*",
                "https:\/\/cart.ebay.es\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/stylesheets\/css\/app.css",
                "assets\/stylesheets\/css\/ebaypay.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery.js",
                "assets\/js\/scripts\/common.js",
                "scripts\/content\/checkout_new.js"
            ],
            "matches": [
                "https:\/\/pay.ebay.com\/rxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.com\/rgxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.co.uk\/rxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.co.uk\/rgxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.de\/rxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.de\/rgxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.fr\/rxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.fr\/rgxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.it\/rxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.it\/rgxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.es\/rxo?action=view&sessionid=*",
                "https:\/\/pay.ebay.es\/rgxo?action=view&sessionid=*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "description": "Extension for eBay Dropship for WooCommerce plugin. Search products and place orders on eBay easily!",
    "homepage_url": "https:\/\/ebay.com\/",
    "icons": {
        "16": "assets\/icons\/imageinfo-16.png",
        "32": "assets\/icons\/imageinfo-32.png",
        "48": "assets\/icons\/imageinfo-48.png",
        "128": "assets\/icons\/imageinfo-128.png"
    },
    "manifest_version": 2,
    "name": "eBay Dropship",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.ebay.co.uk\/*",
        "https:\/\/*.ebay.de\/*",
        "https:\/\/*.ebay.fr\/*",
        "https:\/\/*.ebay.it\/*",
        "https:\/\/*.ebay.es\/*"
    ],
    "optional_permissions": [
        "*:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5",
    "web_accessible_resources": [
        "assets\/js\/scripts\/ma_api.js",
        "assets\/images\/logo-small.png",
        "assets\/images\/btn-floating.png",
        "assets\/images\/btn-imported.png",
        "assets\/images\/icon-import-error.png",
        "assets\/images\/icon-import-success.png",
        "assets\/images\/icon-close.png",
        "assets\/images\/logo.png",
        "assets\/stylesheets\/css\/app.css"
    ]
}