FYI, I found if you edit the plugin code and comment the following line then it works as expected:
check_admin_referer();
I believe that function call is not being used properly. Commenting this line may open a vulnerability in this plugin and I do not recommend doing so on a production install.