Goto Links
Redirects http://go/* links to Goto Tools's hosted go short links
Vad är Goto Links?
Goto Links är en Chrome-tillägg utvecklad av https://goto.tools, och dess huvudfunktion är "Redirects http://go/* links to Goto Tools's hosted go short links".
Tilläggsskärmbilder
Ladda ner Goto Links-förlängningens CRX-fil
Ladda ner Goto Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Goto Links |
ID | cnonjhmogfgihphhpmknnjmhkfefaihg |
Officiell webbadress | https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg |
Beskrivning | Redirects http://go/* links to Goto Tools's hosted go short links |
Filstorlek | 52.91 KB |
Antal Installationer | 139 |
Aktuell Version | 0.0.5 |
Senast Uppdaterad | 2023-06-10 |
Publiceringsdatum | 2022-06-05 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://goto.tools |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.goto.tools |
Hjälpsida URL | https://www.goto.tools/contact |
URL till Sekretesspolicy Sidan | https://www.goto.tools/privacypolicy |
Stödda Språk | 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\/" ] } |