PriceBlink Lite - Coupons & Price Comparison

Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.

Что такое PriceBlink Lite - Coupons & Price Comparison?

PriceBlink Lite - Coupons & Price Comparison - это расширение Chrome, разработанное https://priceblink.com, и его основная функция - "Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения PriceBlink Lite - Coupons & Price Comparison

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

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

                        PriceBlink Lite Finds Lower Prices and Money-Saving Coupons while you shop. Checks for lower prices when you're shopping, otherwise it stays hidden. 

When you're shopping, PriceBlink Lite lets you know if the product you are viewing is available for cheaper elsewhere.  It also alerts you to coupons on the merchant you're shopping.

PriceBlink Lite's Terms of Use / EULA / Privacy Policy can be viewed here: https://goo.gl/yatZhO                    

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

Название PriceBlink Lite - Coupons & Price Comparison PriceBlink Lite - Coupons & Price Comparison
ID aolpdlffgigjkjejcmjikefloacanfjn
Официальный URL https://chromewebstore.google.com/detail/priceblink-lite-coupons-p/aolpdlffgigjkjejcmjikefloacanfjn
Описание Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.
Размер файла 27.99 KB
Количество установок 1,414
Текущая Версия 3.4
Последнее Обновление 2021-06-04
Дата публикации 2017-04-14
Рейтинг 4.00/5 Всего 8 оценок
Разработчик https://priceblink.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.priceblink.com/webcpns/page.php?sp_id=7
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PriceBlink Lite - Coupons & Price Comparison",
    "short_name": "PB Lite",
    "version": "3.4",
    "description": "Checks for Lower Prices and Money-Saving coupons with just one click.  On-demand version of the popular PriceBlink extension.",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "PriceBlink",
        "default_popup": "status.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "options_page": "options.html"
}