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ファイルをダウンロード
MyJr from Jurisage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ "*:\/\/*\/*" ] } |