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 là gì?

uLaw Toolbox là một tiện ích mở rộng Chrome được phát triển bởi https://www.ulaw.io, và tính năng chính của nó là "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng uLaw Toolbox

Tải xuống các tệp mở rộng uLaw Toolbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên uLaw Toolbox uLaw Toolbox
ID nigpjoecjjkcklfkphnddcjkjmapofho
URL Chính Thức https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho
Mô tả uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 173
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2023-08-22
Ngày Phát Hành 2020-10-20
Nhà Phát Triển https://www.ulaw.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ulaw.io
URL Trang Trợ Giúp https://www.youtube.com/user/ulawpractice
URL Trang Chính Sách Bảo Mật https://www.ulaw.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}