Shop 4 Less
Compare other major sites and buy at right price
Co je Shop 4 Less?
Shop 4 Less je rozšíření Chrome vyvinuté Apptikka, a jeho hlavní funkcí je „Compare other major sites and buy at right price“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Shop 4 Less
Stáhněte si soubory rozšíření Shop 4 Less ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | nbdcdabndhehpnlfnfaooedgpbdpohhi |
Oficiální URL | https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi |
Popis | Compare other major sites and buy at right price |
Velikost souboru | 28.53 KB |
Počet instalací | 62 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-08-08 |
Datum Vydání | 2016-08-08 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Apptikka |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.dealtikka.com/ |
Podporované Jazyky | 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:\/\/*\/*" ] } |