Swimlane Array.with Fix
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Was ist Swimlane Array.with Fix?
Swimlane Array.with Fix ist eine Chrome-Erweiterung, die von Swimlane entwickelt wurde, und ihr Hauptmerkmal ist "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".
Erweiterungsscreenshots
Swimlane Array.with Fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Swimlane Array.with Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages Grundlegende Informationen zur Erweiterung
| Name | |
| ID | himklidafniiolbdpfbjjbmgnidihbdm |
| Offizielle URL | https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm |
| Beschreibung | An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages |
| Dateigröße | 3.49 KB |
| Installationsanzahl | 534 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-02-19 |
| Veröffentlichungsdatum | 2023-02-18 |
| Entwickler | Swimlane |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://swimlane.com/ |
| Hilfeseite URL | https://swimlane.com/ |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
}
]
} | |