Swimlane Array.with Fix
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
What is Swimlane Array.with Fix?
Swimlane Array.with Fix is a Chrome extension developed by Swimlane, and its main feature is "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".
Extension Screenshots
Download Swimlane Array.with Fix Extension CRX File
Download Swimlane Array.with Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Extension Basic Information
Name | Swimlane Array.with Fix |
ID | himklidafniiolbdpfbjjbmgnidihbdm |
Official URL | 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 |
File Size | 3.49 KB |
Installation Count | 534 |
Current Version | 1.1 |
Last Updated | 2023-02-19 |
Publish Date | 2023-02-18 |
Developer | Swimlane |
[email protected] | |
Payment Type | free |
Extension Website | https://swimlane.com/ |
Help Page URL | https://swimlane.com/ |
Supported Languages | 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:\/\/*\/*" ] } ] } |