Swimlane Array.with Fix

An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages

Что такое Swimlane Array.with Fix?

Swimlane Array.with Fix - это расширение Chrome, разработанное Swimlane, и его основная функция - "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Swimlane Array.with Fix

Скачайте файлы расширений Swimlane Array.with Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages                    

Основная информация о расширении

Название Swimlane Array.with Fix Swimlane Array.with Fix
ID himklidafniiolbdpfbjjbmgnidihbdm
Официальный URL https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm
Описание An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Размер файла 3.49 KB
Количество установок 534
Текущая Версия 1.1
Последнее Обновление 2023-02-19
Дата публикации 2023-02-18
Разработчик Swimlane
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://swimlane.com/
URL страницы помощи https://swimlane.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swimlane Array.with Fix",
    "description": "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "override.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}