Comprice™ - Price Comparison

Discounts And Coupons Finder

Что такое Comprice™ - Price Comparison?

Comprice™ - Price Comparison - это расширение Chrome, разработанное Comprice™, и его основная функция - "Discounts And Coupons Finder".

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

screenshot
screenshot

Скачать файл CRX расширения Comprice™ - Price Comparison

Скачайте файлы расширений Comprice™ - Price Comparison в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Comprice™ will search the internet for you in milliseconds for coupons and deals.
Comprice™ will display in a floating window, the available deals, coupons and discounts for a huge selection products.
Once the coupons and discounts are visible to you, a simple click would do the trick, and you will be able to purchase the product with a better price.

----------------------------------------------------

Disclaimer:
Comprice™ uses coupons.com to display offers and coupons from a vast index of thousands of merchants.                    

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

Название Comprice™ - Price Comparison Comprice™ - Price Comparison
ID mhckodganjjgchefbhenifkhmainjiph
Официальный URL https://chrome.google.com/webstore/detail/comprice-price-comparison/mhckodganjjgchefbhenifkhmainjiph
Описание Discounts And Coupons Finder
Размер файла 60.79 KB
Количество установок 110
Текущая Версия 1.0.2.2
Последнее Обновление 2016-09-14
Дата публикации 2016-09-13
Разработчик Comprice™
Тип оплаты free
Поддерживаемые языки de,en,fr,nl,no,tr,da,es,es-419,it,hu,pl,pt-BR,fi,sv,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "96": "icon96.png",
        "48": "icon48.png",
        "19": "icon19.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Comprice - Get The Best coupons and prices!",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ]
}