diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index fd1cf1235..d29c1c115 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3729,5 +3729,19 @@ "depends": [] } } + }, + { + "id": "smart-variable-tracker-navigator", + "name": "Smart Variable Tracker Navigator", + "description": "A JMeter GUI plugin for navigating variable extraction and usage across a JMeter test plan. Navigate instantly from variable usage to source extractors and vice versa. Track all variables including underscore-prefixed names and JSR223 script variables.", + "screenshotUrl": "https://raw.githubusercontent.com/karthi23592/jmeter_corr_param_plugin/refs/heads/main/src/main/docs/UIscreenshot.png", + "helpUrl": "https://github.com/karthi23592/jmeter_corr_param_plugin/blob/main/README.md", + "vendor": "KARTHIC S V", + "markerClass": "com.performance.jmeter.correlation.ui.CorrelationParameterizationMenuCreator", + "versions": { + "1.0.0": { + "downloadUrl": "https://github.com/karthi23592/jmeter_corr_param_plugin/releases/download/v1.0.0/smart-variable-tracker-navigator-plugin-1.0.0.jar" + } + } } ]