Amazon Price Comparator
This extension shows the price of the Amazon item in the current page for every other Amazon shop
什么是Amazon Price Comparator?
Amazon Price Comparator是由DocKuro开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the price of the Amazon item in the current page for every other Amazon shop”。
扩展截图
下载Amazon Price Comparator扩展crx文件
下载Amazon Price Comparator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site. Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account. Click on the price to visit the product page in the other amazon page.
扩展基本信息
名称 | Amazon Price Comparator |
ID | igccnpemgifkkpnlhbebglclbgofpemb |
官方URL | https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb |
简介 | This extension shows the price of the Amazon item in the current page for every other Amazon shop |
文件大小 | 45.28 KB |
安装次数 | 1,000 |
当前版本 | 1.4.1 |
更新时间 | 2016-04-08 |
上架时间 | 2016-04-08 |
评分 | 3.50/5 共6次评分 |
开发者 | DocKuro |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Price Comparator", "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop", "version": "1.4.1", "options_page": "options.html", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "prices.html", "default_title": "Compare Prices!" }, "permissions": [ "activeTab", "storage" ] } |