eBay Enhancement Suite

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

Qu'est-ce que eBay Enhancement Suite ?

eBay Enhancement Suite est une extension Chrome développée par LakinSoft, et sa fonction principale est "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension eBay Enhancement Suite

Téléchargez les fichiers d'extension eBay Enhancement Suite 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

                        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.                    

Informations de Base sur l'Extension

Nom eBay Enhancement Suite eBay Enhancement Suite
ID hpjjahdkofhbimpjfmgnobenmgfciepj
URL Officiel https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj
Description Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
Taille du Fichier 1.89 MB
Nombre d'Installations 21
Version Actuelle 2.2.1
Dernière Mise à Jour 2018-07-09
Date de Publication 2018-07-09
Évaluation 4.00/5 Total 1 Évaluations
Développeur LakinSoft
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}