Easy eBay Search

Search for eBay listings with 1 easy click

Qu'est-ce que Easy eBay Search ?

Easy eBay Search est une extension Chrome développée par http://ebaysellingguide.com, et sa fonction principale est "Search for eBay listings with 1 easy click".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy eBay Search

Téléchargez les fichiers d'extension Easy eBay Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Easy eBay Search Easy eBay Search
ID lfdoicmlngjlnfmglcglidjgdcalldpg
URL Officiel https://chrome.google.com/webstore/detail/easy-ebay-search/lfdoicmlngjlnfmglcglidjgdcalldpg
Description Search for eBay listings with 1 easy click
Taille du Fichier 13.5 KB
Nombre d'Installations 68
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2018-01-12
Date de Publication 2018-01-12
Évaluation 4.00/5 Total 1 Évaluations
Développeur http://ebaysellingguide.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://ebaysellingguide.com
URL de la Page de Politique de Confidentialité https://onlineresellerlab.com/privacy-policy
Langues Prises en Charge 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
}