"User Data Privacy"
Your product violates the "Use of Permissions" section of the policy, which requires that you:
From M72 onwards, the activeTab permission will be granted until the user navigates to a different origin. That is, if the user invokes the extension on https://example.com and then navigates to https://example.com/foo, the extension will continue to have access to the page. If the user navigates to https://chromium.org, access is revoked.
it seems they will not let any new extension use activeTab anymore even if it makes the extension total inoperable
Note: This no longer needs the tabs permission. If initiated by a click on the extension button, activeTab permission is sufficient. – Xan Aug 14 '14 at 8:19
tabs is such a heavy permission! Consider using: activeTab. – Константин Ван Jul 20 '16 at 12:53
My extension is getting rejected due to "Use of Permissions".
Adding the content on the rejection email
Your item did not comply with the following section of our Program Policies:
"User Data Privacy"
Your product violates the "Use of Permissions" section of the policy, which requires that you:
I've been wondering what permissions might have triggered the need for such a review.
For the functionality of my extension we requires user to login to gmail account to use the office tools i.e Google translate, Excel, Word, Power Point and more.
tabsPerhaps I am not understanding it correctly but it sounds like activeTab is granted by default to the current tab at the time that the extension starts and there is no need to specify it
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/8051f3f1-b374-4f01-b627-c581a238c160%40chromium.org.
Wasn't the activeTab permission introduced in order to offer something less permissive than the tabs permission?'
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/34ad5f05-242e-47f9-b6fd-5b22defc765e%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.