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
Cos'è uLaw Toolbox?
uLaw Toolbox è un'estensione di Chrome sviluppata da https://www.ulaw.io, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione uLaw Toolbox
Scarica i file di estensione uLaw Toolbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | uLaw Toolbox |
ID | nigpjoecjjkcklfkphnddcjkjmapofho |
URL Ufficiale | https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho |
Descrizione | uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST |
Dimensione del File | 107 KB |
Conteggio Installazioni | 173 |
Versione Corrente | 1.0.12 |
Ultimo Aggiornamento | 2023-08-22 |
Data di Pubblicazione | 2020-10-20 |
Sviluppatore | https://www.ulaw.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.ulaw.io |
URL della Pagina di Aiuto | https://www.youtube.com/user/ulawpractice |
URL della Pagina della Politica sulla Privacy | https://www.ulaw.io/privacy-policy |
Lingue Supportate | 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" ] } ] } |