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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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:\/\/*\/*"
            ]
        }
    ]
}