How to setup a Share point Link for a google extension

33 Views Asked by At

So, I am trying to implement a SharePoint intranet site for an organization. However, there is one application in particular that they would like a link to on the homepage. Unfortunately this application can only be used via the IE tab google chrome extension (I know, dumb) but app devs have yet to add chromium compatibility.

Any way the link looks like this: chrome-extension: //hehijbfgiekmjfkfjpbkbammjbdenadd/nhc.htm#url=https://website.com/sub/sub.Hub.aspx

But share point requires a https:// on the beginning of a link.

If you throw that destination into chrome directly it navigates fine, but if you add say https://google.com/ on the front or https://*/ it doesn't work.

Is there a syntax that will allow me to put https:// on the front of this without getting a 404 error?

1

There are 1 best solutions below

1
Andrew Gavin On

Never mind, I ended up re-directing this through IIS internally