Swimlane Array.with Fix
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Cos'è Swimlane Array.with Fix?
Swimlane Array.with Fix è un'estensione di Chrome sviluppata da Swimlane, e la sua funzione principale è "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Swimlane Array.with Fix
Scarica i file di estensione Swimlane Array.with Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Informazioni di Base sull'Estensione
Nome | Swimlane Array.with Fix |
ID | himklidafniiolbdpfbjjbmgnidihbdm |
URL Ufficiale | https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm |
Descrizione | An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages |
Dimensione del File | 3.49 KB |
Conteggio Installazioni | 534 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-02-19 |
Data di Pubblicazione | 2023-02-18 |
Sviluppatore | Swimlane |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://swimlane.com/ |
URL della Pagina di Aiuto | https://swimlane.com/ |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |