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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}