I\'m working on a Chrome extension, and want to use prompt() to get input from the user when they click on certain elements. Unfortunately, for some reason, I can\'t get pr
Alerts/prompts are not working inside popups (see this bug report for details). You need to find alternate solution (use html form instead).