Goto Links
Redirects http://go/* links to Goto Tools's hosted go short links
Goto Links क्या है?
Goto Links https://goto.tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects http://go/* links to Goto Tools's hosted go short links"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Goto Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/" ] } |