Lower Ebay Price Alert
This extension shows ebay price of the selling item on Amazon when ebay price is lower.
什么是Lower Ebay Price Alert?
Lower Ebay Price Alert是由ferryzhou开发的Chrome扩展程序,该扩展的主要功能是“This extension shows ebay price of the selling item on Amazon when ebay price is lower.”。
扩展截图
下载Lower Ebay Price Alert扩展crx文件
下载Lower Ebay Price Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ngcbdfdpiffiblpaokclgmbomelnopoe |
官方URL | https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe |
简介 | This extension shows ebay price of the selling item on Amazon when ebay price is lower. |
文件大小 | 48.06 KB |
安装次数 | 163 |
当前版本 | 1.0 |
更新时间 | 2015-12-20 |
上架时间 | 2015-12-20 |
评分 | 2.00/5 共1次评分 |
开发者 | ferryzhou |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lower Ebay Price Alert", "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.", "version": "1.0", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*" ], "js": [ "jquery-1.8.2.min.js", "underscore-min.js", "contentscript.js" ] } ], "permissions": [ "activeTab", "http:\/\/ebayprice-1164.appspot.com\/*", "http:\/\/www.amazon.com\/*" ] } |