Easy eBay Search

Search for eBay listings with 1 easy click

Easy eBay Search란 무엇입니까?

Easy eBay Search은(는) http://ebaysellingguide.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for eBay listings with 1 easy click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Easy eBay Search allows you to search for an eBay listing with just 1 click.  

It's Easy!

Step 1: Highlight the text you want to search for
Step 2: Right Click the highlighted text
Step 3. Click on "Search eBay Now"

That's it!

This extension is free with no signups, software redirects or fees.

I designed this app because as an eBay seller, I am constantly researching products and searching listings from liquidation manifests.  Why not make it simpler with one click?

If you have comments or feedback, please visit us at:
https://ebaysellingguide.com
Facebook: https://www.facebook.com/ebaysellingguide/
Facebook Group: https://www.facebook.com/groups/ebaysellingguide/
Twitter: https://twitter.com/ebaysellingguid
Email: [email protected]                    

확장 프로그램 기본 정보

이름 Easy eBay Search Easy eBay Search
ID lfdoicmlngjlnfmglcglidjgdcalldpg
공식 URL https://chrome.google.com/webstore/detail/easy-ebay-search/lfdoicmlngjlnfmglcglidjgdcalldpg
설명 Search for eBay listings with 1 easy click
파일 크기 13.5 KB
설치 횟수 68
현재 버전 1.0.0.1
최근 업데이트 2018-01-12
출시 날짜 2018-01-12
평점 4.00/5 총 1 개의 평점
개발자 http://ebaysellingguide.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://ebaysellingguide.com
개인정보 보호 정책 페이지 URL https://onlineresellerlab.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy eBay Search",
    "description": "Search for eBay listings with 1 easy click",
    "version": "1.0.0.1",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}