Swimlane Array.with Fix
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Wat is Swimlane Array.with Fix?
Swimlane Array.with Fix is een Chrome-extensie ontwikkeld door Swimlane, en de belangrijkste functie is "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".
Extensie Screenshots
Download het CRX-bestand van de extensie Swimlane Array.with Fix
Download Swimlane Array.with Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Basisinformatie over de Extensie
Naam | Swimlane Array.with Fix |
ID | himklidafniiolbdpfbjjbmgnidihbdm |
Officiële URL | https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm |
Beschrijving | An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages |
Bestandsgrootte | 3.49 KB |
Aantal Installaties | 534 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-02-19 |
Publicatiedatum | 2023-02-18 |
Ontwikkelaar | Swimlane |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://swimlane.com/ |
Help Pagina-URL | https://swimlane.com/ |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |