I think that menu root is not a good place for that tiny tool like this plugin. Please, move it to Settings menu: add_options_page(SB_WE_PRODUCT_NAME, SB_WE_PRODUCT_NAME, $access_level, $admin_page, $func);
instead of add_menu_page(SB_WE_PRODUCT_NAME, SB_WE_PRODUCT_NAME, $access_level, $admin_page, $func);
simply add_options_page instead of add_menu_page
Also, I’ve forked this plugin to GitHub and do it myself. Now want to restyle this shitty tables inside of WP metaboxes.