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

What is uLaw Toolbox?

uLaw Toolbox is a Chrome extension developed by https://www.ulaw.io, and its main feature is "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download uLaw Toolbox Extension CRX File

Download uLaw Toolbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name uLaw Toolbox uLaw Toolbox
ID nigpjoecjjkcklfkphnddcjkjmapofho
Official URL https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho
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
File Size 107 KB
Installation Count 173
Current Version 1.0.12
Last Updated 2023-08-22
Publish Date 2020-10-20
Developer https://www.ulaw.io
Email [email protected]
Payment Type free
Extension Website http://www.ulaw.io
Help Page URL https://www.youtube.com/user/ulawpractice
Privacy Policy Page URL https://www.ulaw.io/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}