Swimlane Array.with Fix
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Vad är Swimlane Array.with Fix?
Swimlane Array.with Fix är en Chrome-tillägg utvecklad av Swimlane, och dess huvudfunktion är "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".
Tilläggsskärmbilder
Ladda ner Swimlane Array.with Fix-förlängningens CRX-fil
Ladda ner Swimlane Array.with Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Grundläggande Information om Tillägg
Namn | Swimlane Array.with Fix |
ID | himklidafniiolbdpfbjjbmgnidihbdm |
Officiell webbadress | https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm |
Beskrivning | An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages |
Filstorlek | 3.49 KB |
Antal Installationer | 534 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2023-02-19 |
Publiceringsdatum | 2023-02-18 |
Utvecklare | Swimlane |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://swimlane.com/ |
Hjälpsida URL | https://swimlane.com/ |
Stödda Språk | 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:\/\/*\/*" ] } ] } |