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
官方網址 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\/"
    ]
}