IWant.Discount

Сервис запроса индивидуальной скидки у продавца.

What is IWant.Discount?

IWant.Discount is a Chrome extension developed by http://iwant.discount, and its main feature is "Сервис запроса индивидуальной скидки у продавца.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download IWant.Discount Extension CRX File

Download IWant.Discount extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Сервис "Я хочу скидку" запрашивает для Вас персональную скидку на любые выбранные Вами товары в любых интернет-магазинах.

Iwant.Discount отправляет письмо-запрос в клиентскую службу интернет-магазина с Вашими контактными данными, со скриншотом страницы с товарами или услугами на предоставление Вам персональной скидки на выбранный товар или услуги. Скидки могут быть предоставлены в виде скидочных купонов, промокодов или в виде процентной скидки – на усмотрение магазинов.                    

Extension Basic Information

Name IWant.Discount IWant.Discount
ID iegpkniiiojhmcjkpioodakbpljpcpnm
Official URL https://chrome.google.com/webstore/detail/iwantdiscount/iegpkniiiojhmcjkpioodakbpljpcpnm
Description Сервис запроса индивидуальной скидки у продавца.
File Size 284 KB
Installation Count 16
Current Version 0.0.0.4
Last Updated 2016-02-23
Publish Date 2016-02-23
Rating 4.95/5 Total 41 Ratings
Developer http://iwant.discount
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IWant.Discount",
    "short_name": "IWD",
    "description": "\u0421\u0435\u0440\u0432\u0438\u0441 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u043a\u0438\u0434\u043a\u0438 \u0443 \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u0430.",
    "version": "0.0.0.4",
    "homepage_url": "http:\/\/iwant.discount",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "IWant.Discount \u2014 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043a\u0438\u0434\u043a\u0438",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}