Goto Links
Redirects http://go/* links to Goto Tools's hosted go short links
Cos'è Goto Links?
Goto Links è un'estensione di Chrome sviluppata da https://goto.tools, e la sua funzione principale è "Redirects http://go/* links to Goto Tools's hosted go short links".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Goto Links
Scarica i file di estensione Goto Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | cnonjhmogfgihphhpmknnjmhkfefaihg |
| URL Ufficiale | https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg |
| Descrizione | Redirects http://go/* links to Goto Tools's hosted go short links |
| Dimensione del File | 52.91 KB |
| Conteggio Installazioni | 139 |
| Versione Corrente | 0.0.5 |
| Ultimo Aggiornamento | 2023-06-10 |
| Data di Pubblicazione | 2022-06-05 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://goto.tools |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.goto.tools |
| URL della Pagina di Aiuto | https://www.goto.tools/contact |
| URL della Pagina della Politica sulla Privacy | https://www.goto.tools/privacypolicy |
| Lingue Supportate | 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\/"
]
} | |