Is it possible to Add custom URL to Google Apps for work app launcher? I have read that it may be possible to publish the URL as a marketplace app in the Google Apps Marketplace and then install that so that it will show up for my users domain-wide, but I am unsure of how to accomplish that...any suggestions?
Just snag a free Chrome extension called App Launcher Customizer for Google. The extension puts a "Configure" link at the bottom of the Google app launcher; when you click it, you're taken to a simple drag-and-drop interface that lets you set up the launcher any way you like.
With some Android phones you head to Settings > Home, and then you choose the launcher you want. With others you head to Settings > Apps and then hit the settings cog icon in the top corner where you'll then options to change default apps.
It is not only possible, but also quite straightforward.
The documentation surrounding it can be tricky to get to the best source though as plenty of out of date info is still in the googlesphere. Any page that is referencing the Google Apps Extensions console is out of date and won't get you anywhere
The best start is as you say, creating a Marketplace App. In truth there is very little that is app and more about simply the listing for an app. In this instance your 'app' is whatever link you want to set it to.
Because the process is tied up with the Apps Marketplace, there are more steps than will seem necessary, but it is tied up with much more potential. Jump through the hoops.
{
"manifest_version": 2,
"name": "Welcome Aboard",
"version": "0.0.0.1",
"description": "a plain text description",
"icons": {
"128": "icons/128x128-icon.png",
"16": "icons/16x16-icon.png"
},
"container": ["DOMAIN_INSTALLABLE"],
"api_console_project_id": "428464274542",
"app": {
"launch": {
"web_url": "http://www.example.com/morepath/"
}
}
}
That's it. It's a shame there is so much old info around, but this is the straightforward but long-winded way to add a link yo your Nav grid.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With