eBay Enhancement Suite

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

Что такое eBay Enhancement Suite?

eBay Enhancement Suite - это расширение Chrome, разработанное LakinSoft, и его основная функция - "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения eBay Enhancement Suite

Скачайте файлы расширений eBay Enhancement Suite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название eBay Enhancement Suite eBay Enhancement Suite
ID hpjjahdkofhbimpjfmgnobenmgfciepj
Официальный URL https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj
Описание Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
Размер файла 1.89 MB
Количество установок 21
Текущая Версия 2.2.1
Последнее Обновление 2018-07-09
Дата публикации 2018-07-09
Рейтинг 4.00/5 Всего 1 оценок
Разработчик LakinSoft
Тип оплаты free
Поддерживаемые языки 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"
        }
    }
}