eBay Enhancement Suite

Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.

Was ist eBay Enhancement Suite?

eBay Enhancement Suite ist eine Chrome-Erweiterung, die von LakinSoft entwickelt wurde, und ihr Hauptmerkmal ist "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.".

Erweiterungsscreenshots

screenshot

eBay Enhancement Suite-Erweiterungs-CRX-Datei herunterladen

Laden Sie eBay Enhancement Suite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Unofficial tweaks for eBay. Most notable are the addition of maps to product listings.

I recommend looking at the options page - there's screenshots and each tweak can be individually disabled.                    

Grundlegende Informationen zur Erweiterung

Name eBay Enhancement Suite eBay Enhancement Suite
ID hpjjahdkofhbimpjfmgnobenmgfciepj
Offizielle URL https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj
Beschreibung Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
Dateigröße 1.89 MB
Installationsanzahl 21
Aktuelle Version 2.2.1
Letztes Update 2018-07-09
Veröffentlichungsdatum 2018-07-09
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler LakinSoft
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eBay Enhancement Suite",
    "version": "2.2.1",
    "description": "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "options_page": "src\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png",
            "512": "images\/icon512.png"
        }
    }
}