Last year, I created a screen video for this problem, and replied to their email with the video. On sign in page, I right click the page, then click "Inspect", it shows the popup devtool window. The devtool window of that page has URL bar :) In email, I told them there is no URL bar , so I use devtool window instead.
When using chrome.identity.getAuthToken({ interactive: true }, function (token) {}) I am being given the Identity API Scope Approval UI. It has no URL bar making it impossible to satisfy the OAuth Verification requests. How do I get the URL or get around this?

--