How to see all plugins installed in Phonegap/Cordova project?
Just type
cordova plugin ls
or
cordova plugin list
on command line in your project's root folder where you would normally install or remove your plugins, or build or run it.
The newer versions of Cordova also support the following:
cordova plugin
or
cordova plugins