Shop 4 Less

Compare other major sites and buy at right price

Что такое Shop 4 Less?

Shop 4 Less - это расширение Chrome, разработанное Apptikka, и его основная функция - "Compare other major sites and buy at right price".

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

screenshot
screenshot
screenshot

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

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

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

                        How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ?

Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.                    

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

Название Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
Официальный URL https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
Описание Compare other major sites and buy at right price
Размер файла 28.53 KB
Количество установок 62
Текущая Версия 1.0
Последнее Обновление 2016-08-08
Дата публикации 2016-08-08
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Apptikka
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.dealtikka.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shop 4 Less",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Compare other major sites and buy at right price",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon 48.png",
        "128": "icon 128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}