Shop 4 Less
Compare other major sites and buy at right price
Vad är Shop 4 Less?
Shop 4 Less är en Chrome-tillägg utvecklad av Apptikka, och dess huvudfunktion är "Compare other major sites and buy at right price".
Tilläggsskärmbilder
Ladda ner Shop 4 Less-förlängningens CRX-fil
Ladda ner Shop 4 Less-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | nbdcdabndhehpnlfnfaooedgpbdpohhi |
Officiell webbadress | https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi |
Beskrivning | Compare other major sites and buy at right price |
Filstorlek | 28.53 KB |
Antal Installationer | 62 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-08-08 |
Publiceringsdatum | 2016-08-08 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Apptikka |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.dealtikka.com/ |
Stödda Språk | 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:\/\/*\/*" ] } |