Easy eBay Search

Search for eBay listings with 1 easy click

Cos'è Easy eBay Search?

Easy eBay Search è un'estensione di Chrome sviluppata da http://ebaysellingguide.com, e la sua funzione principale è "Search for eBay listings with 1 easy click".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Easy eBay Search

Scarica i file di estensione Easy eBay Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Easy eBay Search Easy eBay Search
ID lfdoicmlngjlnfmglcglidjgdcalldpg
URL Ufficiale https://chrome.google.com/webstore/detail/easy-ebay-search/lfdoicmlngjlnfmglcglidjgdcalldpg
Descrizione Search for eBay listings with 1 easy click
Dimensione del File 13.5 KB
Conteggio Installazioni 68
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2018-01-12
Data di Pubblicazione 2018-01-12
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore http://ebaysellingguide.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://ebaysellingguide.com
URL della Pagina della Politica sulla Privacy https://onlineresellerlab.com/privacy-policy
Lingue Supportate 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
}