Yes. For example, on Windows, you can use the registry to specify an external extension to install.
HKEY_LOCAL_MACHINE\Software\Google\Chrome\Extensions Create two string values under this location, called: path = "C:\path\to\your\extension_version.crx" version = "1.0.0.0" The version string value needs to match the extension version specified in the json file within the crx file. Then restart Chrome and it should pick up and install the new extension. There is also a way to do this through a preferences file in the \extensions directory, but I suspect this is what you want. Best regards, Finnur On Tue, Oct 27, 2009 at 09:16, Kevin Jin <[email protected]> wrote: > > Is there a certain command line option or drop-off directory so that > extensions can be installed w/o end users (of an enterprise) > interaction? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
