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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Swimlane Array.with Fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
            ]
        }
    ]
}