How to preinstall Chrome extension in Microsoft Chromium Edge? - google-chrome-extension

Microsoft Chromium Edge is the new web navigator of Microsoft. It shares the same Chromium base as Google Chrome. Thanks to that, it supports Google Chrome Extension.
But I cannot find how to automatically install Google Chrome extension at the same time as Edge installation. Any help ?
The context of my question is partial deployment in a big enterprise. I've searched in Microsoft documentation without success until now.

Microsoft Edge (Chromium) browser is still in development stage and it is not officially launched yet.
The beta version of the browser is available for download which user can download from link below.
Download MS Edge Chromium beta browser
At present, it is not possible to preinstall the Chrome extensions in Edge chromium browser while installing the browser.
If you want to install the Chrome extensions in Edge chromium browser than you can refer the link below.
Install Chrome Extensions in Microsoft Edge Chromium
I will take your requirement as a feature request for this browser and try to submit it via our internal channel.
Thanks for your understanding.

Related

How can one install linux google chrome binary on a Mac?

I have a Django app that web-scrapes (using Selenium) that I am trying to deploy to google cloud. I am having issues with opening Chrome driver in the virtual environment on google's servers. I believe they are Linux.
I was able to install the linux version of Chromedriver into the virtual environment but I am getting a "cannot find Chrome binary" error as pictured:
https://imgur.com/a/Ib3x0ZW
I have done some research and it seems that this is because Google Chrome is not installed in the virtual environment. The links to install Google Chrome online all force me to download macOS versions.
How can I download Google Chrome (specifically its binary) on my Mac so I can put it in the virtual environment that will be run on linux?
I think that StackOverflow is not the proper place to ask for this kind of question.
You could try to find your problem in the following Google Chrome Help page.
If you don't find the answer in the previous link, you could ask for help in the Google Chrome Help Community.

How to configure headless browser using protractor on windows so that it can be run using team city without any GUI resolution issues?

How to configure headless browser using protractor on windows so that it can be run using team city without any GUI resolution issues?
Currently I am using chrome browser to run my UI automation test but at some page I am facing element not found issue due to resolution issue.
So I wanted to go for an headless browser.
Thanks.
Phantomjs is officially discontinued, so you must use headless Chrome. As for the instructions on how to set it up, follow instructions
Getting started with headless chrome can be found here

is there no more new chrome extension are allowed to publish for chrome browser?

I am a bit confused... I was reading the tutorial for developing chrome extensions. But once I reach the step where to release it, I saw the developer console this message.
Does it means that my chrome extension will no longer available for chrome browser on any other OS than Chrome OS?
Chrome Apps are not Chrome extensions. The change in policy applies to Chrome Apps, not Chrome Extensions.
Your Chrome extension will be available for users of Google Chrome on all OS platforms where Chrome supports extensions (i.e. not on Android).

Is it possible to run a Chrome extension in the Edge web browser?

I wanted to create an extension for the Edge web browser, and I have a Chrome extension related to it.
Is it possible to run a Chrome extension in the Edge web browser?
Update (2016-03-19)
Not yet, but Edge decided to support the roughly the same WebExtensions model as Firefox - partial compatibility with Chrome extensions. They will be offered through Windows Store.
Edge has started rolling out experimental extension support. This is currently in Insider Preview builds and an extremely closed platform preview / closed beta. See also updated FAQs.
Some choice Twitter quotes from devs:
Jacob Rossi on porting extensions
Lots of questions on this: yes we're working on a porting tool to run Chrome extensions in Edge. Not yet finished and not all APIs supported
Jacob Rossi on Store accessibility for developers
extn's in Store will at first be a carefully selected set covering top scenarios and API coverage, opening up to more in future
Kyle Pflug on sideloading non-Store extensions
We'll allow side-loading after launch, but will require dev mode toggle & will have appropriate warnings in UI

Is is possible to package a .app for OS X?

I've read about Packaged Apps and played with the example apps. I can load them into my Chrome Canary, but I can't seem to find a way to build/package a .app for OS X. Is this not possible yet, or am I just missing something?
Previously Google Chrome packaged apps were only for Google Chrome. According to a recent blog post by Sriram Saroop, the product manager for Chromium, there is an available Chrome App Launcher to run Google Chrome packaged apps outside of the browser.
The Chrome App Launcher will be coming "soon" to Mac and Linux.

Resources