Shop 4 Less

Compare other major sites and buy at right price

Co to jest Shop 4 Less?

Shop 4 Less to rozszerzenie Chrome opracowane przez Apptikka, a jego główną funkcją jest „Compare other major sites and buy at right price”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Shop 4 Less

Pobierz pliki rozszerzeń Shop 4 Less w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
Oficjalny URL https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
Opis Compare other major sites and buy at right price
Rozmiar pliku 28.53 KB
Liczba instalacji 62
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-08-08
Data Publikacji 2016-08-08
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Apptikka
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.dealtikka.com/
Obsługiwane Języki 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:\/\/*\/*"
    ]
}