Where2Shop

Where2shop(Smart way to Purchase).

Что такое Where2Shop?

Where2Shop - это расширение Chrome, разработанное dhanasekar.mani, и его основная функция - "Where2shop(Smart way to Purchase).".

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

screenshot

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

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

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

                        OVERVIEW - WHERE2SHOP is the First Indian Shopping Search Engine. You can compare prices from Best Online Stores. Give your online shopping the best experience you can ever imagine. No more downloads of different shopping apps. You can find all your favorite store be it Amazon, Flipkart, Snapdeal or other shopping sites. Where2shop is a one stop destination of all your favorite shopping stores. Shop Your favorite products online and compare prices, give the best value for your money.                    

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

Название Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
Официальный URL https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Описание Where2shop(Smart way to Purchase).
Размер файла 37.32 KB
Количество установок 19
Текущая Версия 2.2
Последнее Обновление 2017-05-30
Дата публикации 2017-05-30
Рейтинг 4.64/5 Всего 25 оценок
Разработчик dhanasekar.mani
Тип оплаты free
Официальный сайт расширения http://where2shop.in/
URL страницы помощи http://where2shop.in/search.php?view=searchlist&layout=contactus
URL страницы политики конфиденциальности http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where2Shop",
    "version": "2.2",
    "description": "Where2shop(Smart way to Purchase).",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.where2shop.in\/*"
        ]
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}