How can I install chrome extension without being online (not accessing webstore)

707 views
Skip to first unread message

Naigil Joseph

unread,
Sep 1, 2015, 6:46:14 PM9/1/15
to Chromium-extensions

My chrome extension works along with the external application that I have my machine.
Also my site is an internally hosted site and the network is a private network with no internet connection. So don't have access to chrome store.

I want to install my extension in the client machines without much problems for the users (like Developer mode, manual installation from the extensions page)

What are the options that I have?

PhistucK

unread,
Sep 2, 2015, 1:58:34 AM9/2/15
to Naigil Joseph, Chromium-extensions
If they use the Professional edition of Windows, you can do this via group policy.
See -

I think this is the relevant policy -


PhistucK

--
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 post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/d6c0d4fb-ea2d-4aed-92d2-0f5712f49e86%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.

Matt Seil

unread,
Sep 2, 2015, 6:41:28 AM9/2/15
to PhistucK, Naigil Joseph, Chromium-extensions

Be careful when messing with group policy.  Depending on the corporate environment, failure to get permission from security to mess with that could result in termination.  It can be viewed as an attempt at privilege escalation.  Dot your i's and cross your t's and you'll be fine.


Naigil Joseph

unread,
Sep 2, 2015, 12:47:51 PM9/2/15
to Chromium-extensions, phis...@gmail.com, nai...@gmail.com
Looks like group policy is not an option for me. It wont be approved.

Can I distribute extension along with my external application installation? Is there a way to install extension from a local folder for Windows now (I am targeting only Windows machines) ?




On Wednesday, 2 September 2015 05:41:28 UTC-5, Matt Seil wrote:

Be careful when messing with group policy.  Depending on the corporate environment, failure to get permission from security to mess with that could result in termination.  It can be viewed as an attempt at privilege escalation.  Dot your i's and cross your t's and you'll be fine.


On Wed, Sep 2, 2015, 00:58 PhistucK <phis...@gmail.com> wrote:
If they use the Professional edition of Windows, you can do this via group policy.
See -

I think this is the relevant policy -


PhistucK
On Wed, Sep 2, 2015 at 1:46 AM, Naigil Joseph <nai...@gmail.com> wrote:

My chrome extension works along with the external application that I have my machine.
Also my site is an internally hosted site and the network is a private network with no internet connection. So don't have access to chrome store.

I want to install my extension in the client machines without much problems for the users (like Developer mode, manual installation from the extensions page)

What are the options that I have?

--
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-extensions+unsub...@chromium.org.

--
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-extensions+unsub...@chromium.org.

Naigil Joseph

unread,
Sep 2, 2015, 1:19:43 PM9/2/15
to Chromium-extensions, phis...@gmail.com, nai...@gmail.com

I could do it with "Path and version". I thought only "Update_URL" works. Only problem with this is that chrome has to be restarted.
Not sure if there is a better way..

Antony Sargent

unread,
Sep 2, 2015, 5:33:14 PM9/2/15
to Naigil Joseph, Chromium-extensions, PhistucK Productions
Off the top of my head, here are the supported options for installation

Distribution to users:
-Webstore either directly (preferred) or using inline install
-External install (on windows, registry entry must use update_url pointing at webstore)
-Enterprise policy  (on windows, machines must be joined to a domain and policies must be pushed via GPO)

Development mode - *not* intended for distribution to end users:
-"Load unpacked extension" button on chrome://extensions page
-Using the --load-extension=<path> command line flag
-Drag/drop of .crx file onto chrome://extensions page (must be an extension hosted in the webstore though, or will get disabled)




On Wed, Sep 2, 2015 at 10:19 AM, Naigil Joseph <nai...@gmail.com> wrote:

I could do it with "Path and version". I thought only "Update_URL" works. Only problem with this is that chrome has to be restarted.
Not sure if there is a better way..



On Wednesday, 2 September 2015 11:47:51 UTC-5, Naigil Joseph wrote:
Looks like group policy is not an option for me. It wont be approved.

Can I distribute extension along with my external application installation? Is there a way to install extension from a local folder for Windows now (I am targeting only Windows machines) ?



On Wednesday, 2 September 2015 05:41:28 UTC-5, Matt Seil wrote:

Be careful when messing with group policy.  Depending on the corporate environment, failure to get permission from security to mess with that could result in termination.  It can be viewed as an attempt at privilege escalation.  Dot your i's and cross your t's and you'll be fine.


On Wed, Sep 2, 2015, 00:58 PhistucK <phis...@gmail.com> wrote:
If they use the Professional edition of Windows, you can do this via group policy.
See -

I think this is the relevant policy -


PhistucK
On Wed, Sep 2, 2015 at 1:46 AM, Naigil Joseph <nai...@gmail.com> wrote:

My chrome extension works along with the external application that I have my machine.
Also my site is an internally hosted site and the network is a private network with no internet connection. So don't have access to chrome store.

I want to install my extension in the client machines without much problems for the users (like Developer mode, manual installation from the extensions page)

What are the options that I have?

--
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.

--
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.

--
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 post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.

Tuấn Trần

unread,
Sep 4, 2015, 2:58:33 AM9/4/15
to Chromium-extensions
 -Enterprise policy  (on windows, machines must be joined to a domain and policies must be pushed via GPO)
Hello Antony Sargent, Can you explain what's "machines must be joined to a domain"?
Vào 05:46:14 UTC+7 Thứ Tư, ngày 02 tháng 9 năm 2015, Naigil Joseph đã viết:

Antony Sargent

unread,
Sep 8, 2015, 5:06:23 PM9/8/15
to Tuấn Trần, Chromium-extensions

--
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 post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
Reply all
Reply to author
Forward
0 new messages