I want to show some message when use use the google chrome extension plugin, I am using alert to show message like this:
alert("success");
this work fine but need to click close by the user. I want to show some message like some notification and tell use success, but the user did not need do any operate. I have know the chrome notification but it need user to allow the notification. any other way to do some toast in google chrome extension v3?