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
Was ist uLaw Toolbox?
uLaw Toolbox ist eine Chrome-Erweiterung, die von https://www.ulaw.io entwickelt wurde, und ihr Hauptmerkmal ist "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST".
Erweiterungsscreenshots
uLaw Toolbox-Erweiterungs-CRX-Datei herunterladen
Laden Sie uLaw Toolbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | uLaw Toolbox |
ID | nigpjoecjjkcklfkphnddcjkjmapofho |
Offizielle URL | https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho |
Beschreibung | uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST |
Dateigröße | 107 KB |
Installationsanzahl | 173 |
Aktuelle Version | 1.0.12 |
Letztes Update | 2023-08-22 |
Veröffentlichungsdatum | 2020-10-20 |
Entwickler | https://www.ulaw.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.ulaw.io |
Hilfeseite URL | https://www.youtube.com/user/ulawpractice |
URL der Datenschutzrichtlinien-Seite | https://www.ulaw.io/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |