Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have created chrome extension with angular project, and there is another angular web project, for both I have created login, so when user login through anyone, web either extension, I want to pass token vice versa, so I can keep user logged in at both places, I used chrome.storage.sync.set to store accessToken so I can store and access it through angular web app, but when my angular component is initialized, I get error sync of undefined for chrome.storage.sync.get, than I tried to chrome.tabs.sendMessage from extension app, but in web application it shows addListener of undefined for chrome.runtime.onMessage.addListener. Very new to it, Hope my problem you understand.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
2.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...