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\/*" ] } |