Shop 4 Less

Compare other major sites and buy at right price

Wat is Shop 4 Less?

Shop 4 Less is een Chrome-extensie ontwikkeld door Apptikka, en de belangrijkste functie is "Compare other major sites and buy at right price".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Shop 4 Less

Download Shop 4 Less-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
Officiële URL https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
Beschrijving Compare other major sites and buy at right price
Bestandsgrootte 28.53 KB
Aantal Installaties 62
Huidige Versie 1.0
Laatst Bijgewerkt 2016-08-08
Publicatiedatum 2016-08-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Apptikka
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.dealtikka.com/
Ondersteunde Talen 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:\/\/*\/*"
    ]
}