uLaw Toolbox

uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST

ما هو uLaw Toolbox؟

uLaw Toolbox هو إضافة Chrome تم تطويرها بواسطة https://www.ulaw.io، والميزة الرئيسية لها هي "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة uLaw Toolbox

قم بتنزيل ملفات الامتداد uLaw Toolbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        uLaw Toolbox will be very useful to quickly launch your favourite uLaw app and also get help, access manuals, launch tutorials, and most important get access to our Friday 2:00pm EST. CPDs                    

معلومات أساسية عن التمديد

الاسم uLaw Toolbox uLaw Toolbox
ID nigpjoecjjkcklfkphnddcjkjmapofho
عنوان URL الرسمي https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho
الوصف uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST
حجم الملف 107 KB
عدد التثبيتات 173
النسخة الحالية 1.0.12
آخر تحديث 2023-08-22
تاريخ النشر 2020-10-20
المطور https://www.ulaw.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.ulaw.io
عنوان صفحة المساعدة https://www.youtube.com/user/ulawpractice
عنوان صفحة سياسة الخصوصية https://www.ulaw.io/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "uLaw Toolbox",
    "description": "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST",
    "version": "1.0.12",
    "icons": {
        "128": "128x128uLawAppicon.png"
    },
    "action": {
        "default_icon": "19x19uLawAppicon.png",
        "default_popup": "uLawLauncher.html"
    },
    "host_permissions": [
        "https:\/\/api.ulaw.io\/"
    ],
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/outlook.live.com\/*",
                "*:\/\/outlook.office.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "outlook.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}