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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}