Zoom Player Deals

Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.

Что такое Zoom Player Deals?

Zoom Player Deals - это расширение Chrome, разработанное http://inmatrix.com, и его основная функция - "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Zoom Player Deals

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

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

                        The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for.

Help Zoom Player development flourish by using this extension to help advise you with your online shopping.                    

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

Название Zoom Player Deals Zoom Player Deals
ID jhepckfebdcnjemeknooaegpociaaiae
Официальный URL https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae
Описание Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Размер файла 93.75 KB
Количество установок 1,799
Текущая Версия 7.0.27
Последнее Обновление 2017-07-10
Дата публикации 2017-07-10
Рейтинг 4.00/5 Всего 5 оценок
Разработчик http://inmatrix.com
Тип оплаты free
URL страницы политики конфиденциальности http://inmatrix.com/privacy.shtml
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_shortName__",
    "version": "7.0.27",
    "manifest_version": 2,
    "icons": {
        "48": "img\/active48.png",
        "128": "img\/active128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background_script.js",
            "browser_action.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/inactive19.png",
            "38": "img\/inactive38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [],
    "default_locale": "en"
}