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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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\/"
    ]
}