Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about chrome "managed" storage #37

Open
nicolasguilhem opened this issue Mar 16, 2023 · 5 comments
Open

Question about chrome "managed" storage #37

nicolasguilhem opened this issue Mar 16, 2023 · 5 comments

Comments

@nicolasguilhem
Copy link

Hello,

Does this extension works with "managed" storage ?

I want to deploy extension configuration using storage.managed area (see documentation on chrome.storage and documentation on Chrome extensions manifest).

It says :

It's up to the extension to enforce the policies configured by the administrator.

If this can work with this extension, how to send pre-configuration of the extenstion ?

Thanks

@loilo
Copy link
Owner

loilo commented Mar 16, 2023

I have never worked with managed storage, so I haven't really considered it for this extension. I guess I could generally make it work though.

Just so I correctly understand what's the use case here: What you'd want to do is provide pre-configured, non-editable grouping rules to administrated Chrome instances?

@nicolasguilhem
Copy link
Author

What you'd want to do is provide pre-configured, non-editable grouping rules to administrated Chrome instances?

Yes, I want to use GPO to install extension automatically and provide pre-configured groups configuration.

The users, when lauching chrome, doesn't have to care about installing and configuring the extension.

@loilo
Copy link
Owner

loilo commented Mar 16, 2023

Okay.

As far as I understand managed storage, this would be a better fit for a whole new extension, since managed storage is not editable by a user which would basically make all of the extension's UI obsolete.

Is that how you'd use it? Or rather like a pre-delivered configuration that user's could still adjust?

@nicolasguilhem
Copy link
Author

Yes that how I want to use it, you're right. I don't want users to be able to change the configuration.

@loilo
Copy link
Owner

loilo commented Mar 16, 2023

Okay, this definitely calls for a variant of the extension (something like "Auto Group Tabs Managed") that only uses the grouping logic with no settings UI whatsoever.

Let's see if I can make this work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants