PriceWink

One Stop Online Shopping with Automatic price comparision and Personalised price alerts.

Что такое PriceWink?

PriceWink - это расширение Chrome, разработанное http://pricewink.in, и его основная функция - "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.".

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

screenshot
screenshot
screenshot

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

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

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

                        Simply, bachaate raho!!! Save more and get more with FREE PriceWink chrome extension.

✓ Get lower price automatically while you shop 

✓ Set your personal target price for any product on any shop

PriceWink is absolutely FREE forever.

Enjoy the best prices, always, with PriceWink ! 

Add PriceWink to your chrome now!                    

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

Название PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
Официальный URL https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
Описание One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
Размер файла 140 KB
Количество установок 128
Текущая Версия 1.8.2.24
Последнее Обновление 2014-05-04
Дата публикации 2014-05-04
Рейтинг 4.33/5 Всего 24 оценок
Разработчик http://pricewink.in
Тип оплаты free
Официальный сайт расширения http://www.pricewink.in
URL страницы помощи http://pricewink.in/faq.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PriceWink",
    "description": "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.",
    "version": "1.8.2.24",
    "short_name": "PriceWink",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "popup.css",
                "scrollbar.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.mousewheel.js",
                "js\/jquery.jscrollpane.min.js",
                "js\/base64.js",
                "js\/rawdeflate.js",
                "js\/rawinflate.js",
                "list.js",
                "pa.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*",
        "js\/*"
    ]
}