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?
Swimlane Array.with Fix是由Swimlane开发的Chrome扩展程序,该扩展的主要功能是“An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages”。
扩展截图
下载Swimlane Array.with Fix扩展crx文件
下载Swimlane Array.with Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
扩展基本信息
名称 | Swimlane Array.with Fix |
ID | himklidafniiolbdpfbjjbmgnidihbdm |
官方URL | https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm |
简介 | An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages |
文件大小 | 3.49 KB |
安装次数 | 534 |
当前版本 | 1.1 |
更新时间 | 2023-02-19 |
上架时间 | 2023-02-18 |
开发者 | Swimlane |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://swimlane.com/ |
帮助页面URL | https://swimlane.com/ |
支持的语言 | 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:\/\/*\/*" ] } ] } |