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”。

擴展截圖

screenshot

下載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 Swimlane Array.with Fix
ID himklidafniiolbdpfbjjbmgnidihbdm
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}