Goto Links
Redirects http://go/* links to Goto Tools's hosted go short links
Was ist Goto Links?
Goto Links ist eine Chrome-Erweiterung, die von https://goto.tools entwickelt wurde, und ihr Hauptmerkmal ist "Redirects http://go/* links to Goto Tools's hosted go short links".
Erweiterungsscreenshots
Goto Links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Goto Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cnonjhmogfgihphhpmknnjmhkfefaihg |
| Offizielle URL | https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg |
| Beschreibung | Redirects http://go/* links to Goto Tools's hosted go short links |
| Dateigröße | 52.91 KB |
| Installationsanzahl | 139 |
| Aktuelle Version | 0.0.5 |
| Letztes Update | 2023-06-10 |
| Veröffentlichungsdatum | 2022-06-05 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://goto.tools |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.goto.tools |
| Hilfeseite URL | https://www.goto.tools/contact |
| URL der Datenschutzrichtlinien-Seite | https://www.goto.tools/privacypolicy |
| Unterstützte Sprachen | 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\/"
]
} | |