eBay Real Sell Price

Shows the real sold price for eBay items

eBay Real Sell Priceとは何ですか?

eBay Real Sell Priceはnathan.huff89によって開発されたChromeの拡張機能で、その主な機能は「Shows the real sold price for eBay items」です。

拡張機能のスクリーンショット

screenshot

eBay Real Sell Price拡張機能のCRXファイルをダウンロード

eBay Real Sell Price拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This lightweight browser extension will show you the actual sold price for completed eBay listings when a Best Offer was accepted.                    

拡張機能の基本情報

名前 eBay Real Sell Price eBay Real Sell Price
ID lcmdfjmgigndemlclpkpnjoocbedaneg
公式URL https://chromewebstore.google.com/detail/ebay-real-sell-price/lcmdfjmgigndemlclpkpnjoocbedaneg
説明 Shows the real sold price for eBay items
ファイルサイズ 16.81 KB
インストール数 68
現在のバージョン 1.0
最終更新日 2020-10-07
公開日 2020-10-07
評価 1.00/5 合計 2 レビュー
開発者 nathan.huff89
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay Real Sell Price",
    "description": "Shows the real sold price for eBay items",
    "version": "1.0",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ebay.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}