Shop 4 Less

Compare other major sites and buy at right price

What is Shop 4 Less?

Shop 4 Less is a Chrome extension developed by Apptikka, and its main feature is "Compare other major sites and buy at right price".

Extension Screenshots

screenshot
screenshot
screenshot

Download Shop 4 Less Extension CRX File

Download Shop 4 Less extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
Official URL https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
Description Compare other major sites and buy at right price
File Size 28.53 KB
Installation Count 62
Current Version 1.0
Last Updated 2016-08-08
Publish Date 2016-08-08
Rating 5.00/5 Total 3 Ratings
Developer Apptikka
Email [email protected]
Payment Type free
Extension Website http://www.dealtikka.com/
Supported Languages 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:\/\/*\/*"
    ]
}