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文件

下載Easy eBay Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}