Swimlane Array.with Fix

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

¿Qué es Swimlane Array.with Fix?

Swimlane Array.with Fix es una extensión de Chrome desarrollada por Swimlane, y su función principal es "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Swimlane Array.with Fix

Descarga archivos de extensión Swimlane Array.with Fix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Swimlane Array.with Fix Swimlane Array.with Fix
ID himklidafniiolbdpfbjjbmgnidihbdm
URL Oficial https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm
Descripción An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Tamaño del Archivo 3.49 KB
Cantidad de Instalaciones 534
Versión Actual 1.1
Última Actualización 2023-02-19
Fecha de Publicación 2023-02-18
Desarrollador Swimlane
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://swimlane.com/
URL de la Página de Ayuda https://swimlane.com/
Idiomas Soportados 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:\/\/*\/*"
            ]
        }
    ]
}