Easy eBay Search
Search for eBay listings with 1 easy click
Hvad er Easy eBay Search?
Easy eBay Search er en Chrome-udvidelse udviklet af http://ebaysellingguide.com, og dens hovedfunktion er "Search for eBay listings with 1 easy click".
Udvidelsesskærmbilleder
Download Easy eBay Search-udvidelses-CRX-fil
Download Easy eBay Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lfdoicmlngjlnfmglcglidjgdcalldpg |
Officiel URL | https://chrome.google.com/webstore/detail/easy-ebay-search/lfdoicmlngjlnfmglcglidjgdcalldpg |
Beskrivelse | Search for eBay listings with 1 easy click |
Filstørrelse | 13.5 KB |
Antal Installationer | 68 |
Nuværende Version | 1.0.0.1 |
Senest Opdateret | 2018-01-12 |
Udgivelsesdato | 2018-01-12 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | http://ebaysellingguide.com |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://ebaysellingguide.com |
URL til Fortrolighedspolitik Side | https://onlineresellerlab.com/privacy-policy |
Understøttede Sprog | 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 } |