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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में uLaw Toolbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://www.youtube.com/user/ulawpractice
गोपनीयता नीति पृष्ठ URL 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"
            ]
        }
    ]
}