Price Advisor
Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.
什么是Price Advisor?
Price Advisor是由http://pricesadvisor.com开发的Chrome扩展程序,该扩展的主要功能是“Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically.”。
扩展截图
下载Price Advisor扩展crx文件
下载Price Advisor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
インターネットを簡単、便利にするためのシンプルなスタートページです
扩展基本信息
名称 | |
ID | aeijdknmpedjnoocginflmbngkndihei |
官方URL | https://chrome.google.com/webstore/detail/%E5%AE%89%E5%80%A4%E6%AF%94%E8%BC%83%E3%82%A2%E3%83%89%E3%83%90%E3%82%A4%E3%82%B6%E3%83%BC/aeijdknmpedjnoocginflmbngkndihei |
简介 | Comparing Prices(ebay ,amazon) before Purchasing.Displaying the Lower price notification bar automatically. |
文件大小 | 124 KB |
安装次数 | 2,000 |
当前版本 | 2.1.1.1 |
更新时间 | 2017-12-20 |
上架时间 | 2017-12-20 |
评分 | 3.18/5 共11次评分 |
开发者 | http://pricesadvisor.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://hotelbookingbest10.com/hotelbooking |
帮助页面URL | http://hotelbookingbest10.com/hotelbooking |
隐私政策页面URL | https://raku-app.appspot.com/terms |
支持的语言 | de,en,en-GB,en-US,fr,es,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "2.1.1.1", "description": "__MSG_extDescription__", "default_locale": "ja", "browser_action": { "default_name": "__MSG_extName__", "default_icon": "images\/icon.png" }, "background": { "scripts": [ "jQuery.js", "background.js" ] }, "icons": { "128": "images\/icon.png", "16": "images\/yahoo.png" }, "omnibox": { "keyword": "amazon" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.co.jp\/*", "*:\/\/store.shopping.yahoo.co.jp\/*", "*:\/\/item.rakuten.co.jp\/*", "*:\/\/product.rakuten.co.jp\/*", "*:\/\/books.rakuten.co.jp\/*", "http:\/\/kakaku.com\/item\/*", "*:\/\/www.amazon.com\/*", "*:\/\/www.ebay.com\/*", "*:\/\/www.ebay.co.uk\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.ebay.es\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.ebay.de\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.ebay.fr\/*", "*:\/\/www.amazon.fr\/*" ], "js": [ "jQuery.js", "content_script.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*\/*", "tabs", "contextMenus" ] } |