New plugins

While not specifically ngcordova in nature, this seems the best category. What is the mechanism whereby plugins are pulled in? Specifically, say I add a new plugin using cordova plugin add, how do I know it is being loaded? For example, could it be that at run time, when the app is being loaded, it iterates through the plugin folders and adds the necessary .js files?