Here is a brief tutorial on how to install. If you are interested in how to use, scroll down.
- Go to Google Sheets
- Open new Google Script through Extensions
- Once in the script, click the plus button above "Libraries"
- Paste the following ID and press look up:
1OfVZMcBO1oSSwg1g_J0cra_AtbHtKE4DzkKDyRfOj-VoQdS_k1zAQiXJ
- Select a version and apply
Usage is simple.
To open a url, simply type the following code with your personal url in an apps script to open when run!
function openUrl() {
OpenURL.openUrl("https://example.com");
}
When you run, you will see that your url will open up in a new tab.
Check out my profile or share it! (This means a lot to me)
https://github.com/WillDev12