Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Luxury Reseller Tool: TRR to eBay Arbitrage",
"version": "1.0.0",
"description": "Instantly check resale profits on eBay and compare market prices on Google Shopping. The essential tool for The RealReal resellers.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.therealreal.com\/products\/*"
],
"js": [
"content.js"
]
}
]
}