E4 eBay OBO Reveal
Shows the true best offer price on eBay.
E4 eBay OBO Revealとは何ですか?
E4 eBay OBO Revealはsmpratteによって開発されたChromeの拡張機能で、その主な機能は「Shows the true best offer price on eBay.」です。
拡張機能のスクリーンショット
E4 eBay OBO Reveal拡張機能のCRXファイルをダウンロード
E4 eBay OBO Reveal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reveals accepted best offer price on sold ebay items.
拡張機能の基本情報
名前 | |
ID | dgkikacooieebjbahemgpcaldhglalfo |
公式URL | https://chrome.google.com/webstore/detail/e4-ebay-obo-reveal/dgkikacooieebjbahemgpcaldhglalfo |
説明 | Shows the true best offer price on eBay. |
ファイルサイズ | 8 KB |
インストール数 | 131 |
現在のバージョン | 1.0 |
最終更新日 | 2020-05-06 |
公開日 | 2020-05-06 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | smpratte |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "E4 eBay OBO Reveal", "version": "1.0", "description": "Shows the true best offer price on eBay.", "manifest_version": 2, "icons": { "64": "e4.png" }, "permissions": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.be\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.cn\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.com.hk\/*", "https:\/\/*.ebay.in\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.co.jp\/*", "https:\/\/*.ebay.com.my\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.ebay.ph\/*", "https:\/\/*.ebay.pl\/*", "https:\/\/*.ebay.com.sg\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.se\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.com.tw\/*", "https:\/\/*.ebay.co.th\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.vn\/*", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.be\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.cn\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.com.hk\/*", "https:\/\/*.ebay.in\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.co.jp\/*", "https:\/\/*.ebay.com.my\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.ebay.ph\/*", "https:\/\/*.ebay.pl\/*", "https:\/\/*.ebay.com.sg\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.se\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.com.tw\/*", "https:\/\/*.ebay.co.th\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.vn\/*" ], "css": [ "e4.css" ], "js": [ "e4.js" ] } ], "web_accessible_resources": [ "e4.png" ] } |