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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

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