Shop 4 Less
Compare other major sites and buy at right price
Hvad er Shop 4 Less?
Shop 4 Less er en Chrome-udvidelse udviklet af Apptikka, og dens hovedfunktion er "Compare other major sites and buy at right price".
Udvidelsesskærmbilleder
Download Shop 4 Less-udvidelses-CRX-fil
Download Shop 4 Less-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nbdcdabndhehpnlfnfaooedgpbdpohhi |
Officiel URL | https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi |
Beskrivelse | Compare other major sites and buy at right price |
Filstørrelse | 28.53 KB |
Antal Installationer | 62 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-08-08 |
Udgivelsesdato | 2016-08-08 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Apptikka |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.dealtikka.com/ |
Understøttede Sprog | 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:\/\/*\/*" ] } |