Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Quick Products Report",
"version": "1.1.0",
"minimum_chrome_version": "93.0.4577",
"description": "Amazon, FBM and FBA effortless research tool. Retrieve rank, sales volume, estimated revenue and more directly from the Amazon.",
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"64": "img\/logo-64.png",
"128": "img\/logo-128.png"
},
"externally_connectable": {
"matches": []
},
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*"
],
"js": [
"js\/beforeContent.bundle.js",
"js\/content.bundle.js"
]
}
],
"background": {
"service_worker": "js\/background.bundle.js"
},
"action": {
"default_title": "QPR"
},
"permissions": [
"identity"
],
"content_security_policy": []
}