How to fix the “Privacy Commitment” error when creating a Chrome extension – Kagua! Creator Economy News

2024-03-23 21:00:32

It’s been a while since I created a Chrome extension. We have resolved the error regarding “Privacy Initiatives”. Fixed errors in manufest3.

“Privacy Commitment” error when applying for Chrome extension

Submit your Chrome extension

>>Chrome Web Store > Developer Dashboard > Privacy

“permissions”: [
“activeTab”,
“tabs”,
“clipboardWrite”,
“scripting”,
“contextMenus”
],

For the items specified in the permissions in manifest.json, you must write in Japanese how to handle them in the privacy column above.

We will also verify your email address with your account.

If you fill in these fields, the “Privacy Initiatives” error will disappear.

Do not set permissions carelessly

It is tempting to set permissions as widely as possible, but this increases security risks, so keep them to the minimum necessary.

>>Declare permissions | Extensions | Chrome for Developers

  • permissions
  • optional_permissions
  • content_scripts.matches
  • host_permissions
  • optional_host_permissions

Actually, I cut out a lot of the settings that were set in manifest2. Specifically, I changed it to only permissions. It’s still working, so I think it’s probably okay.

Sources of information referenced when creating the Chrome extension

It’s been a while since I created a Chrome extension. I made it for the first time after manufest3, so it was really helpful.

How to create a right-click menu with Chrome extension #chrome-extension – Qiita

Create a Chrome extension that opens the currently open tab in a different environment

Add context menu to Chrome extension

How to write Chrome extension manifest.json Ver.3 #JavaScript – Qiita

How to install your own chrome extension | EXE MATE Co., Ltd.

Create and publish a Chrome extension ⑥ Create a context menu – Frog person

Chrome extension application procedure JavaScript – Qiita

・ ・ ・ ・ ・

>>Cheap!It’s less than half price on Amazonfood time sale
View special sale page

↓↓↓Free newsletter is now being distributed

Chrome extension

Post Views: 148

1711362200
#fix #Privacy #Commitment #error #creating #Chrome #extension #Kagua #Creator #Economy #News

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.