Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.2k views
in Technique[技术] by (71.8m points)

communicating between chrome extension and angular web app

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...