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