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": "Screener Smart Analyzer",
"version": "1.2.2",
"description": "Enhance stock analysis in Screener. Real-time data, insights, no spreadsheets.",
"permissions": [],
"web_accessible_resources": [
{
"resources": [
"scripts\/sectors.json",
"styles\/style.css"
],
"matches": [
"https:\/\/www.screener.in\/*"
]
}
],
"content_scripts": [
{
"js": [
"scripts\/jquery-3.6.3.min.js",
"dist\/bundle.js",
"scripts\/math.min.js"
],
"matches": [
"https:\/\/www.screener.in\/*"
]
}
],
"default_locale": "en",
"icons": {
"16": "images\/1569822-16_x_16.png",
"48": "images\/1569822-48_x_48.png",
"128": "images\/1569822-128_x_128.png"
}
}