eBaylistpro

Dropship Amazon Ebay Tracking Revising Listing Managing

eBaylistpro란 무엇입니까?

eBaylistpro은(는) steamkeyshop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dropship Amazon Ebay Tracking Revising Listing Managing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The program will help you manage your store more easily. Can reduce time to listing, Can track the price and inventory of amazon and update to ebay every day. Can analyze the competitors to improve listing.

Fast copy asin.
Fast list to ebay thought ebaylistpro.
Copy image url.
Download image to your computer.
Download all image to your computer.
Copy address ebay to amazon.
Open Link go to amazon from ebay.
Estimate profit dropship ebay to amazon.                    

확장 프로그램 기본 정보

이름 eBaylistpro eBaylistpro
ID alhkphnfffojbofcljfkhemkdkalimnd
공식 URL https://chromewebstore.google.com/detail/ebaylistpro/alhkphnfffojbofcljfkhemkdkalimnd
설명 Dropship Amazon Ebay Tracking Revising Listing Managing
파일 크기 483 KB
설치 횟수 1,128
현재 버전 2.4
최근 업데이트 2017-11-10
출시 날짜 2017-11-09
평점 4.87/5 총 53 개의 평점
개발자 steamkeyshop
결제 유형 free
확장 프로그램 웹 사이트 https://ebaylistpro.com/
도움말 페이지 URL https://ebaylistpro.com/laravel/public/FAQ
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBaylistpro",
    "description": "Dropship Amazon Ebay Tracking Revising Listing Managing",
    "version": "2.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "http:\/\/k2b-bulk.ebay.com\/*",
                "https:\/\/k2b-bulk.ebay.com\/*",
                "http:\/\/localhost\/*"
            ],
            "css": [
                "reload.css",
                "bootstrap.min.css",
                "ClassSubCompare.css",
                "font-Css-icofafa.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "jquery.cookie.js",
                "Display.js",
                "Display-eBay.js",
                "Copy-Address.js",
                "Copy-images.js",
                "Display-in-moreAmazon.js",
                "CompareItems.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "EbayListPro For Chorme",
        "default_icon": "icon-extions2.png"
    },
    "permissions": [
        "storage",
        "http:\/\/ebaylistpro.com\/laravel\/public\/listwithextension"
    ],
    "icons": {
        "16": "icon-extions2.png",
        "128": "icon-extions2.png"
    }
}