Goto Links

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

Co je Goto Links?

Goto Links je rozšíření Chrome vyvinuté https://goto.tools, a jeho hlavní funkcí je „Redirects http://go/* links to Goto Tools's hosted go short links“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Goto Links

Stáhněte si soubory rozšíření Goto Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Goto Links Goto Links
ID cnonjhmogfgihphhpmknnjmhkfefaihg
Oficiální URL https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg
Popis Redirects http://go/* links to Goto Tools's hosted go short links
Velikost souboru 52.91 KB
Počet instalací 139
Aktuální Verze 0.0.5
Poslední Aktualizace 2023-06-10
Datum Vydání 2022-06-05
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://goto.tools
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.goto.tools
URL Stránky Nápovědy https://www.goto.tools/contact
URL Stránky Zásad Ochrany Soukromí https://www.goto.tools/privacypolicy
Podporované Jazyky 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\/"
    ]
}