Goto Links
Redirects http://go/* links to Goto Tools's hosted go short links
What is Goto Links?
Goto Links is a Chrome extension developed by https://goto.tools, and its main feature is "Redirects http://go/* links to Goto Tools's hosted go short links".
Extension Screenshots
Download Goto Links Extension CRX File
Download Goto Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A secure, fast and private go link system for companies of all sizes. Go links allow you to share a short, memorable link rather than a long URL. When anybody at your company uses the go link, Goto Tools's Chrome Extension directs them to the desired URL. For example https://go/kickoff can redirect to a Google Slide deck. Go links liberates you from corporate intranets, bookmarks and corporate landing pages, just to remember how to access your HR system. Instead just type "go/hr" into Chrome. GoTo Tools provides all the privacy, security and compliance features that any enterprise needs.
Extension Basic Information
Name | Goto Links |
ID | cnonjhmogfgihphhpmknnjmhkfefaihg |
Official URL | https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg |
Description | Redirects http://go/* links to Goto Tools's hosted go short links |
File Size | 52.91 KB |
Installation Count | 139 |
Current Version | 0.0.5 |
Last Updated | 2023-06-10 |
Publish Date | 2022-06-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://goto.tools |
[email protected] | |
Payment Type | free |
Extension Website | https://www.goto.tools |
Help Page URL | https://www.goto.tools/contact |
Privacy Policy Page URL | https://www.goto.tools/privacypolicy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Goto Links", "version": "0.0.5", "description": "Redirects http:\/\/go\/* links to Goto Tools's hosted go short links", "icons": { "96": "96.png", "128": "128.png" }, "background": { "service_worker": "background.js" }, "omnibox": { "keyword": "go" }, "author": "Goto Tools", "declarative_net_request": { "rule_resources": [ { "id": "go_redirects", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/go\/" ] } |