eBay Enhancement Suite

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

Wat is eBay Enhancement Suite?

eBay Enhancement Suite is een Chrome-extensie ontwikkeld door LakinSoft, en de belangrijkste functie is "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie eBay Enhancement Suite

Download eBay Enhancement Suite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam eBay Enhancement Suite eBay Enhancement Suite
ID hpjjahdkofhbimpjfmgnobenmgfciepj
Officiële URL https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj
Beschrijving Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
Bestandsgrootte 1.89 MB
Aantal Installaties 21
Huidige Versie 2.2.1
Laatst Bijgewerkt 2018-07-09
Publicatiedatum 2018-07-09
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar LakinSoft
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}