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",
"name": "Sellerlink",
"version": "1.0.3",
"description": "One stop solution for Inventory Management, Order Tracking & Profitability Analysis",
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.in\/*"
],
"icons": {
"16": "assets\/icon128.png",
"48": "assets\/icon128.png",
"128": "assets\/icon128.png"
},
"action": {
"default_icon": {
"16": "assets\/icon128.png",
"48": "assets\/icon128.png",
"128": "assets\/icon128.png"
},
"default_title": "Analyze Any Amazon FBA Online Arbitrage Deal In a Few Seconds With Just 1 Click!"
},
"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",
"marketplace-error.html",
"apis\/*",
"libs\/*",
"assets\/*"
],
"matches": [
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.in\/*"
]
}
],
"manifest_version": 3
}