Goto Links

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

什么是Goto Links?

Goto Links是由https://goto.tools开发的Chrome扩展程序,该扩展的主要功能是“Redirects http://go/* links to Goto Tools's hosted go short links”。

扩展截图

screenshot

下载Goto Links扩展crx文件

下载Goto Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Goto Links Goto Links
ID cnonjhmogfgihphhpmknnjmhkfefaihg
官方URL https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg
简介 Redirects http://go/* links to Goto Tools's hosted go short links
文件大小 52.91 KB
安装次数 139
当前版本 0.0.5
更新时间 2023-06-10
上架时间 2022-06-05
评分 5.00/5 共2次评分
开发者 https://goto.tools
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.goto.tools
帮助页面URL https://www.goto.tools/contact
隐私政策页面URL https://www.goto.tools/privacypolicy
支持的语言 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\/"
    ]
}