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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/"
]
} | |