Swimlane Array.with Fix

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

Co to jest Swimlane Array.with Fix?

Swimlane Array.with Fix to rozszerzenie Chrome opracowane przez Swimlane, a jego główną funkcją jest „An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Swimlane Array.with Fix

Pobierz pliki rozszerzeń Swimlane Array.with Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Swimlane Array.with Fix Swimlane Array.with Fix
ID himklidafniiolbdpfbjjbmgnidihbdm
Oficjalny URL https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm
Opis An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Rozmiar pliku 3.49 KB
Liczba instalacji 534
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-02-19
Data Publikacji 2023-02-18
Deweloper Swimlane
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://swimlane.com/
Adres URL Strony Pomocy https://swimlane.com/
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}