Goto Links
Redirects http://go/* links to Goto Tools's hosted go short links
Qu'est-ce que Goto Links ?
Goto Links est une extension Chrome développée par https://goto.tools, et sa fonction principale est "Redirects http://go/* links to Goto Tools's hosted go short links".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Goto Links
Téléchargez les fichiers d'extension Goto Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Goto Links |
ID | cnonjhmogfgihphhpmknnjmhkfefaihg |
URL Officiel | https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg |
Description | Redirects http://go/* links to Goto Tools's hosted go short links |
Taille du Fichier | 52.91 KB |
Nombre d'Installations | 139 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2023-06-10 |
Date de Publication | 2022-06-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://goto.tools |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.goto.tools |
URL de la Page d'Aide | https://www.goto.tools/contact |
URL de la Page de Politique de Confidentialité | https://www.goto.tools/privacypolicy |
Langues Prises en Charge | 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\/" ] } |