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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -