Adding custom columns to the WordPress manage posts screen
An under-documented technique available to WordPress plugin developers that I use in Zensor is adding custom columns to the Manage Posts screen in the admin interface. A search on Google or the Codex turns up very little. The only references on the Codex are on the pages listing all Filters and Actions.
The action/filter that I’m talking about is the complementary pair manage_posts_columns and manage_posts_custom_column. Combined, they let a plugin developer add new columns or shift around/delete existing columns on the Manage Posts screen.