# Third-party Cordova Plugins

Third-party Cordova Plugins are Cordova plugins which provide the possibility of adding native code into JavaScript code. Monaca provides several third-party plugins by default, but you can also import other third-party plugins or your own plugin to Monaca project.

We also provide a way to extend your program using native code. Please refer to [Custom Cordova Plugin](https://en.docs.monaca.io/products_guide/monaca_ide/dependencies/custom_cordova_plugin) on how to create and use a native plugin.

The followings are pre-configured third-party Cordova plugins provided by Monaca:

* [Advanced HTTP Plugin](https://en.docs.monaca.io/reference/third_party_phonegap/advanced-http-plugin)
* [PhoneGap BarcodeScanner Plugin](https://en.docs.monaca.io/reference/third_party_phonegap/phonegap_plugin_barcodescanner)
* [Cordova Custom Config Plugin](https://en.docs.monaca.io/reference/third_party_phonegap/custom_config)
* [DatePicker Plugin](https://en.docs.monaca.io/reference/third_party_phonegap/datepicker)
* [Share Plugin (Android)](https://en.docs.monaca.io/reference/third_party_phonegap/share)
* [WebIntent Plugin (Android)](https://en.docs.monaca.io/reference/third_party_phonegap/webintent)
