MyJr from Jurisage
Instant case law insights and AI-powered custom summaries when and where you need them.
MyJr from Jurisage란 무엇입니까?
MyJr from Jurisage은(는) https://jurisage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant case law insights and AI-powered custom summaries when and where you need them."입니다.
확장 프로그램 스크린샷
MyJr from Jurisage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MyJr from Jurisage is like having your own legal assistant preparing and handing you notes about case law. Supercharge your legal research and writing with instant on-demand insights. Stop interrupting your research flow by opening new tabs for every new citation you see and let us give you instant case insights precisely when you need them. Works on any website where you find citations to U.S. and Canadian case law - yes, even the ones where you do the majority of your legal research! PRACTICAL, PRECISE AND PRIVACY PROTECTING * MyJr works by searching for case law citations - and only citations - in the text of a webpage. * MyJr only operates when you explicitly authorize it to search for citations. * MyJr does not take a copy of the page you are on and we don’t connect activity, citations, or page URLs back to identifiable users. MyJr will dramatically improve the way you carry out your research. After all, why open a new tab to read a whole case when all you need are a couple quick details? WHAT WILL I SEE? The beta version of MyJr serves up key details about the cited case: * Issuing court * Presiding judge(s) * Reading time * Summaries * Case topics Plus on-demand access to AI-powered custom case summaries! [Please note that not all details are available for all cases yet, and on-demand custom summaries are available only on Canadian cases at this time] MyJr also offers links to the full text of the case and to a multi-insight case dashboard of including similar case recommendations, recent citations and treatment of cited cases, and their influence over time. Visit the dashboard view of any case to sign up for a free Jurisage account and to access an open-ended “chat” function for every Canadian case.
확장 프로그램 기본 정보
이름 | MyJr from Jurisage |
ID | gmojglhjbjbibakbghapikjkjdijpmbl |
공식 URL | https://chromewebstore.google.com/detail/myjr-from-jurisage/gmojglhjbjbibakbghapikjkjdijpmbl |
설명 | Instant case law insights and AI-powered custom summaries when and where you need them. |
파일 크기 | 304 KB |
설치 횟수 | 575 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2023-08-03 |
출시 날짜 | 2022-07-25 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://jurisage.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.jurisage.com/ |
도움말 페이지 URL | http://jurisage.freshdesk.com/ |
개인정보 보호 정책 페이지 URL | https://jurisage.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "MyJr from Jurisage", "name": "MyJr from Jurisage", "description": "Instant case law insights and AI-powered custom summaries when and where you need them.", "icons": { "16": "favicon.ico", "48": "logo192.png", "128": "logo512.png" }, "permissions": [ "storage", "activeTab", "scripting", "tabs" ], "manifest_version": 3, "background": { "service_worker": "background.js", "mode": "module" }, "version": "1.4.1", "action": { "default_popup": "index.html", "default_title": "MyJr from Jurisage" }, "host_permissions": [ "*:\/\/*\/*" ] } |