Goto Links
Redirects http://go/* links to Goto Tools's hosted go short links
Goto Linksคืออะไร?
Goto Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goto.tools และคุณลักษณะหลักของมันคือ "Redirects http://go/* links to Goto Tools's hosted go short links"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goto Links
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/" ] } |