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
Hvad er uLaw Toolbox?
uLaw Toolbox er en Chrome-udvidelse udviklet af https://www.ulaw.io, og dens hovedfunktion er "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST".
Udvidelsesskærmbilleder
Download uLaw Toolbox-udvidelses-CRX-fil
Download uLaw Toolbox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | uLaw Toolbox |
ID | nigpjoecjjkcklfkphnddcjkjmapofho |
Officiel URL | https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho |
Beskrivelse | uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST |
Filstørrelse | 107 KB |
Antal Installationer | 173 |
Nuværende Version | 1.0.12 |
Senest Opdateret | 2023-08-22 |
Udgivelsesdato | 2020-10-20 |
Udvikler | https://www.ulaw.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.ulaw.io |
Hjælpeside-URL | https://www.youtube.com/user/ulawpractice |
URL til Fortrolighedspolitik Side | https://www.ulaw.io/privacy-policy |
Understøttede Sprog | 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" ] } ] } |