Goto Links

Redirects http://go/* links to Goto Tools's hosted go short links

Co to jest Goto Links?

Goto Links to rozszerzenie Chrome opracowane przez https://goto.tools, a jego główną funkcją jest „Redirects http://go/* links to Goto Tools's hosted go short links”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Goto Links

Pobierz pliki rozszerzeń Goto Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Goto Links Goto Links
ID cnonjhmogfgihphhpmknnjmhkfefaihg
Oficjalny URL https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg
Opis Redirects http://go/* links to Goto Tools's hosted go short links
Rozmiar pliku 52.91 KB
Liczba instalacji 139
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2023-06-10
Data Publikacji 2022-06-05
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://goto.tools
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.goto.tools
Adres URL Strony Pomocy https://www.goto.tools/contact
Adres URL Strony Polityki Prywatności https://www.goto.tools/privacypolicy
Obsługiwane Języki 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\/"
    ]
}