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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
            ]
        }
    ]
}