Goto Links

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

Goto Links là gì?

Goto Links là một tiện ích mở rộng Chrome được phát triển bởi https://goto.tools, và tính năng chính của nó là "Redirects http://go/* links to Goto Tools's hosted go short links".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Goto Links

Tải xuống các tệp mở rộng Goto Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Goto Links Goto Links
ID cnonjhmogfgihphhpmknnjmhkfefaihg
URL Chính Thức https://chromewebstore.google.com/detail/goto-links/cnonjhmogfgihphhpmknnjmhkfefaihg
Mô tả Redirects http://go/* links to Goto Tools's hosted go short links
Kích Thước Tệp 52.91 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2023-06-10
Ngày Phát Hành 2022-06-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://goto.tools
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.goto.tools
URL Trang Trợ Giúp https://www.goto.tools/contact
URL Trang Chính Sách Bảo Mật https://www.goto.tools/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}