Counsel Companion - Research
Legal Research Assistant
什么是Counsel Companion - Research?
Counsel Companion - Research是由Counsel Companion开发的Chrome扩展程序,该扩展的主要功能是“Legal Research Assistant”。
扩展截图
下载Counsel Companion - Research扩展crx文件
下载Counsel Companion - Research扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Counsel Companion - Research |
ID | clclbbpdnecmfmlnfkmkjalaljfjhlpl |
官方URL | https://chromewebstore.google.com/detail/counsel-companion-researc/clclbbpdnecmfmlnfkmkjalaljfjhlpl |
简介 | Legal Research Assistant |
文件大小 | 1007 KB |
安装次数 | 116 |
当前版本 | 1.21 |
更新时间 | 2023-10-26 |
上架时间 | 2023-07-19 |
评分 | 5.00/5 共4次评分 |
开发者 | Counsel Companion |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |