Toolkit.law App
Toolkit.law App
O que é Toolkit.law App?
Toolkit.law App é uma extensão do Chrome desenvolvida por https://toolkit.law, e sua principal característica é "Toolkit.law App".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Toolkit.law App
Baixe arquivos de extensão Toolkit.law App 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
The Toolkit.law App is your global legal partner that includes tools, resources, a vendor marketplace of legal services, legal games, 40 hours of free continuing legal educations (CLE) and more for America, Canada, and the other 70+ countries with English-centric legal systems. The Toolkit.law Extension is the ultimate browser productivity add-on to use with the Toolkit.law App. This extension is available for the Google Chrome, Microsoft Edge, Apple Safari, and Mozilla Firefox browsers. The Toolkit.law Extension maximizes working with the Toolkit.law App on PCs (i.e., Microsoft Windows and Apple Mac OS) and on Mobile Devices (i.e., Apple iOS, and Google Android). It is also offered as an "add-on" for the toolbars within Microsoft Office, Adobe Acrobat, Apple iWork, and Zoom desktop applications. Additionally, we offer the Toolkit.law Watch Face for smart watches on the Google Wear OS, Samsung Tizen OS, and Apple WatchOS platforms. This watch face is designed for productivity-focused legal professionals. For more information, visit www.Toolkit.law.
Informações Básicas da Extensão
Nome | Toolkit.law App |
ID | ekfjmholdieliedmjndkcocegkcaafdg |
URL Oficial | https://chromewebstore.google.com/detail/toolkitlaw-app/ekfjmholdieliedmjndkcocegkcaafdg |
Descrição | Toolkit.law App |
Tamanho do Arquivo | 1.14 MB |
Contagem de Instalações | 112 |
Versão Atual | 2.7.3 |
Última Atualização | 2022-09-10 |
Data de Publicação | 2022-09-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://toolkit.law |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.toolkit.law |
URL da Página de Ajuda | http://www.toolkit.law |
URL da Página de Política de Privacidade | https://www.tomking.com/policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "TK", "name": "Toolkit.law App", "description": "Toolkit.law App", "version": "2.7.3", "manifest_version": 3, "action": { "default_title": "Toolkit.law App", "default_popup": "index.html?entryPoint=popup" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "512": "logo-512-512.png" }, "permissions": [ "scripting", "bookmarks" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |