Counsel Companion - Research
Legal Research Assistant
Hvad er Counsel Companion - Research?
Counsel Companion - Research er en Chrome-udvidelse udviklet af Counsel Companion, og dens hovedfunktion er "Legal Research Assistant".
Udvidelsesskærmbilleder
Download Counsel Companion - Research-udvidelses-CRX-fil
Download Counsel Companion - Research-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
For Law Students | By Law Students This extension is simple: Tell it a story of what happened (in plain english) and it will generate legal search terms that you can use on Lexis or Westlaw. Is it revolutionary? No. Will it save you a few minutes getting started? I hope so! If you'd like to support the creator of this extension or learn more about me you can do so here: http://www.patreon.com/purplefloyd
Grundlæggende oplysninger om udvidelsen
Navn | Counsel Companion - Research |
ID | clclbbpdnecmfmlnfkmkjalaljfjhlpl |
Officiel URL | https://chromewebstore.google.com/detail/counsel-companion-researc/clclbbpdnecmfmlnfkmkjalaljfjhlpl |
Beskrivelse | Legal Research Assistant |
Filstørrelse | 1007 KB |
Antal Installationer | 116 |
Nuværende Version | 1.21 |
Senest Opdateret | 2023-10-26 |
Udgivelsesdato | 2023-07-19 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Counsel Companion |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Counsel Companion - Research", "version": "1.21", "description": "Legal Research Assistant", "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/128-n.png", "48": "images\/48-n.png" } }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/channel42.io\/*" ], "icons": { "128": "images\/128-n.png", "48": "images\/48-n.png" } } |