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
Wat is uLaw Toolbox?
uLaw Toolbox is een Chrome-extensie ontwikkeld door https://www.ulaw.io, en de belangrijkste functie is "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST".
Extensie Screenshots
Download het CRX-bestand van de extensie uLaw Toolbox
Download uLaw Toolbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | uLaw Toolbox |
ID | nigpjoecjjkcklfkphnddcjkjmapofho |
Officiële URL | https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho |
Beschrijving | uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST |
Bestandsgrootte | 107 KB |
Aantal Installaties | 173 |
Huidige Versie | 1.0.12 |
Laatst Bijgewerkt | 2023-08-22 |
Publicatiedatum | 2020-10-20 |
Ontwikkelaar | https://www.ulaw.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.ulaw.io |
Help Pagina-URL | https://www.youtube.com/user/ulawpractice |
URL van de Privacybeleid Pagina | https://www.ulaw.io/privacy-policy |
Ondersteunde Talen | 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" ] } ] } |