Swimlane Array.with Fix

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

Co je Swimlane Array.with Fix?

Swimlane Array.with Fix je rozšíření Chrome vyvinuté Swimlane, a jeho hlavní funkcí je „An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Swimlane Array.with Fix

Stáhněte si soubory rozšíření Swimlane Array.with Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Swimlane Array.with Fix Swimlane Array.with Fix
ID himklidafniiolbdpfbjjbmgnidihbdm
Oficiální URL https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm
Popis An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Velikost souboru 3.49 KB
Počet instalací 534
Aktuální Verze 1.1
Poslední Aktualizace 2023-02-19
Datum Vydání 2023-02-18
Vývojář Swimlane
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://swimlane.com/
URL Stránky Nápovědy https://swimlane.com/
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}