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
Eメール [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
}