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 |
官方URL | 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:\/\/*\/*" ] } |