Counsel Companion - Research

Legal Research Assistant

Counsel Companion - Research란 무엇입니까?

Counsel Companion - Research은(는) Counsel Companion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Legal Research Assistant"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Counsel Companion - Research 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}