Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Dec 29, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sellerloam",
"version": "1.0.2",
"description": "One stop solution for Inventory Management, Order Tracking & Profitability Analysis",
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.in\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.in\/*"
],
"js": [
"amzProductParser.js"
],
"css": [
"css\/tailwind.min.css",
"css\/style.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"css\/*",
"plugin.html",
"error.html",
"apis\/*",
"libs\/*"
],
"matches": [
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.in\/*"
]
}
],
"action": {
"default_icon": {
"128": "assets\/icon-128.png"
},
"default_title": "Analyze Any Amazon FBA Online Arbitrage Deal In a Few Seconds With Just 1 Click!"
},
"manifest_version": 3
}