This plugin exports Jenkins (runtime) job parameters into a .properties file. So other build steps (e.g. ant scripts) can read those parameters and work with them. For example: send some information via email to the user who triggered a job.
The property file is named hudsonBuild.properties and will be created in the project workspace. See Job Exporter Plugin Wiki for more informations.