Swimlane Array.with Fix

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

Qu'est-ce que Swimlane Array.with Fix ?

Swimlane Array.with Fix est une extension Chrome développée par Swimlane, et sa fonction principale est "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Swimlane Array.with Fix

Téléchargez les fichiers d'extension Swimlane Array.with Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Swimlane Array.with Fix Swimlane Array.with Fix
ID himklidafniiolbdpfbjjbmgnidihbdm
URL Officiel https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm
Description An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Taille du Fichier 3.49 KB
Nombre d'Installations 534
Version Actuelle 1.1
Dernière Mise à Jour 2023-02-19
Date de Publication 2023-02-18
Développeur Swimlane
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://swimlane.com/
URL de la Page d'Aide https://swimlane.com/
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}