2016-12-21 33 views

回答

0

您可能想要使用chrome.identity API其中getRedirectURL方法会生成要用于launchWebAuthFlow方法的重定向URL。

生成的URL匹配模式https://<app-id>.chromiumapp.org/*

这个thread也可能有帮助。

+0

感谢您的回复。 – Guy