|
|
|
|
|
by okbake
4303 days ago
|
|
Does putting an analytics piece inside of a Chrome extension allow the creator to see which website a user is currently viewing when using the extension? Or are the analytics limited to the extension itself? For example, a simple extension that makes the background-color of the current page red, if there are analytics on that extension could the developer potentialy know which site the user is on? |
|
Chrome doesnt allow extensions to get that data unless the extension asks for daring permissions like "Access your data on all websites".
Currently the app asks for no such permission. There were some features I planned to integrate like user right-click a text and click on 'send to Sticky note', but now terrified whether to even ask for such permissions.