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 |
官方網址 | 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" } } |