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