Swimlane Array.with Fix
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Apa itu Swimlane Array.with Fix?
Swimlane Array.with Fix adalah ekstensi Chrome yang dikembangkan oleh Swimlane, dan fitur utamanya adalah "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Swimlane Array.with Fix
Unduh file ekstensi Swimlane Array.with Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Informasi Dasar Ekstensi
Nama | Swimlane Array.with Fix |
ID | himklidafniiolbdpfbjjbmgnidihbdm |
URL Resmi | https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm |
Deskripsi | An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages |
Ukuran File | 3.49 KB |
Jumlah Instalasi | 534 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-02-19 |
Tanggal Publikasi | 2023-02-18 |
Pengembang | Swimlane |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://swimlane.com/ |
URL Halaman Bantuan | https://swimlane.com/ |
Bahasa yang Didukung | 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:\/\/*\/*" ] } ] } |