Add a new column to the Manage plugins table.
Usage Example
add_action( 'mainwp_manage_plugins_table_header', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }