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
Apa itu uLaw Toolbox?
uLaw Toolbox adalah ekstensi Chrome yang dikembangkan oleh https://www.ulaw.io, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi uLaw Toolbox
Unduh file ekstensi uLaw Toolbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | uLaw Toolbox |
ID | nigpjoecjjkcklfkphnddcjkjmapofho |
URL Resmi | https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho |
Deskripsi | uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST |
Ukuran File | 107 KB |
Jumlah Instalasi | 173 |
Versi Saat Ini | 1.0.12 |
Terakhir Diperbarui | 2023-08-22 |
Tanggal Publikasi | 2020-10-20 |
Pengembang | https://www.ulaw.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.ulaw.io |
URL Halaman Bantuan | https://www.youtube.com/user/ulawpractice |
URL Halaman Kebijakan Privasi | https://www.ulaw.io/privacy-policy |
Bahasa yang Didukung | 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" ] } ] } |