Easy eBay Search
Search for eBay listings with 1 easy click
What is Easy eBay Search?
Easy eBay Search is a Chrome extension developed by http://ebaysellingguide.com, and its main feature is "Search for eBay listings with 1 easy click".
Extension Screenshots
Download Easy eBay Search Extension CRX File
Download Easy eBay Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | |
ID | lfdoicmlngjlnfmglcglidjgdcalldpg |
Official URL | https://chrome.google.com/webstore/detail/easy-ebay-search/lfdoicmlngjlnfmglcglidjgdcalldpg |
Description | Search for eBay listings with 1 easy click |
File Size | 13.5 KB |
Installation Count | 68 |
Current Version | 1.0.0.1 |
Last Updated | 2018-01-12 |
Publish Date | 2018-01-12 |
Rating | 4.00/5 Total 1 Ratings |
Developer | http://ebaysellingguide.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://ebaysellingguide.com |
Privacy Policy Page URL | https://onlineresellerlab.com/privacy-policy |
Supported Languages | 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 } |