LoginSignup
0
0

More than 3 years have passed since last update.

Chrome拡張機能の審査に引っかかったときの解決策の一つ

Posted at

Notification()でデスクトップ通知を行うために、notifications権限を要求しているのに、

違反事項: 次の権限をリクエストしているが使用していない。
notifications

と言われてしまったときの解決策

Notification()を、chrome.notifications.create()に変える。

それだけ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0