Chrome extension: Get browser logged in user -


i want logged user/people (into chrome app itself, not google service; litt) email address. this

chrome.identity.getprofileuserinfo(function(userinfo) {     console.log(userinfo) }); 

returns shows user , id empty. do?


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -