Shop 4 Less
Compare other major sites and buy at right price
什麼是Shop 4 Less?
Shop 4 Less是由Apptikka開發的Chrome擴展程式,該擴展的主要功能是“Compare other major sites and buy at right price”。
擴展截圖
下載Shop 4 Less擴展crx文件
下載Shop 4 Less擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | nbdcdabndhehpnlfnfaooedgpbdpohhi |
官方網址 | https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi |
簡介 | Compare other major sites and buy at right price |
檔案大小 | 28.53 KB |
安裝次數 | 62 |
目前版本 | 1.0 |
更新時間 | 2016-08-08 |
上架時間 | 2016-08-08 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Apptikka |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.dealtikka.com/ |
支援的語言 | 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:\/\/*\/*" ] } |