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": "Jungle Scout",
"version": "9.2.6",
"description": "Amazon and FBA product research made easy. Extract rank, sales volume, estimated revenue and more without entering the product page.",
"icons": {
"16": "images\/active.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"homepage_url": "https:\/\/www.junglescout.com",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content_scripts.js",
"js\/chunks\/_0bc0478e.js",
"js\/chunks\/_27545368.js",
"js\/chunks\/_53027715.js",
"js\/chunks\/_536eaa00.js",
"js\/chunks\/_cdd60c62.js",
"js\/chunks\/_e96e9bea.js",
"js\/chunks\/_f82e0cd2.js"
]
}
],
"permissions": [
"tabs",
"storage",
"scripting",
"unlimitedStorage",
"alarms",
"declarativeNetRequestWithHostAccess"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"manifest_version": 3,
"action": {
"default_icon": "images\/active.png"
},
"host_permissions": [
"https:\/\/*\/*"
],
"background": {
"service_worker": "js\/background\/index.js",
"type": "module"
},
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"*:\/\/*.junglescout.com\/*",
"*:\/\/*.junglescout.cn\/*",
"*:\/\/*.dev-junglescout.com\/*",
"*:\/\/localhost\/*"
]
}
}