Swimlane Array.with Fix
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Swimlane Array.with Fix là gì?
Swimlane Array.with Fix là một tiện ích mở rộng Chrome được phát triển bởi Swimlane, và tính năng chính của nó là "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Swimlane Array.with Fix
Tải xuống các tệp mở rộng Swimlane Array.with Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Swimlane Array.with Fix |
ID | himklidafniiolbdpfbjjbmgnidihbdm |
URL Chính Thức | https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm |
Mô tả | An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages |
Kích Thước Tệp | 3.49 KB |
Số Lần Cài Đặt | 534 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-02-19 |
Ngày Phát Hành | 2023-02-18 |
Nhà Phát Triển | Swimlane |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://swimlane.com/ |
URL Trang Trợ Giúp | https://swimlane.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |