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
O que é uLaw Toolbox?
uLaw Toolbox é uma extensão do Chrome desenvolvida por https://www.ulaw.io, e sua principal característica é "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão uLaw Toolbox
Baixe arquivos de extensão uLaw Toolbox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | uLaw Toolbox |
ID | nigpjoecjjkcklfkphnddcjkjmapofho |
URL Oficial | https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho |
Descrição | uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST |
Tamanho do Arquivo | 107 KB |
Contagem de Instalações | 173 |
Versão Atual | 1.0.12 |
Última Atualização | 2023-08-22 |
Data de Publicação | 2020-10-20 |
Desenvolvedor | https://www.ulaw.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.ulaw.io |
URL da Página de Ajuda | https://www.youtube.com/user/ulawpractice |
URL da Página de Política de Privacidade | https://www.ulaw.io/privacy-policy |
Idiomas Suportados | 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" ] } ] } |