Shop 4 Less

Compare other major sites and buy at right price

Was ist Shop 4 Less?

Shop 4 Less ist eine Chrome-Erweiterung, die von Apptikka entwickelt wurde, und ihr Hauptmerkmal ist "Compare other major sites and buy at right price".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Shop 4 Less-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shop 4 Less-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
Offizielle URL https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
Beschreibung Compare other major sites and buy at right price
Dateigröße 28.53 KB
Installationsanzahl 62
Aktuelle Version 1.0
Letztes Update 2016-08-08
Veröffentlichungsdatum 2016-08-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Apptikka
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.dealtikka.com/
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}