eBay Actual Purchase History
See the Item Purchase History an item on eBay.
eBay Actual Purchase Historyとは何ですか?
eBay Actual Purchase Historyはwebgurudevによって開発されたChromeの拡張機能で、その主な機能は「See the Item Purchase History an item on eBay.」です。
拡張機能のスクリーンショット
eBay Actual Purchase History拡張機能のCRXファイルをダウンロード
eBay Actual Purchase History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An add-on/extension for Chrome and Firefox to see the actual eBay Actual Purchase History of an item on eBay. It will create a link for sold text to navigate Actual Purchase History.
拡張機能の基本情報
名前 | eBay Actual Purchase History |
ID | jfgbhjlbiplfjhbkkkpifmknakhnklde |
公式URL | https://chromewebstore.google.com/detail/ebay-actual-purchase-hist/jfgbhjlbiplfjhbkkkpifmknakhnklde |
説明 | See the Item Purchase History an item on eBay. |
ファイルサイズ | 352 KB |
インストール数 | 2,478 |
現在のバージョン | 1.2 |
最終更新日 | 2023-03-12 |
公開日 | 2023-03-11 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | webgurudev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.smartnex.com |
ヘルプページのURL | https://ticket.smartnex.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "eBay Actual Purchase History", "version": "1.2", "description": "See the Item Purchase History an item on eBay.", "icons": { "48": "icons\/order-history-icon.png", "96": "icons\/order-history-icon.png", "128": "icons\/order-history-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.es\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.de\/*", "*:\/\/*.ebay.it\/*" ], "js": [ "ebayprice.js" ] } ] } |