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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Swimlane และคุณลักษณะหลักของมันคือ "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swimlane Array.with Fix

ดาวน์โหลดไฟล์ส่วนขยาย 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
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:\/\/*\/*"
            ]
        }
    ]
}