MyJr from Jurisage

Instant case law insights and AI-powered custom summaries when and where you need them.

What is MyJr from Jurisage?

MyJr from Jurisage is a Chrome extension developed by https://jurisage.com, and its main feature is "Instant case law insights and AI-powered custom summaries when and where you need them.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download MyJr from Jurisage Extension CRX File

Download MyJr from Jurisage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MyJr from Jurisage MyJr from Jurisage
ID gmojglhjbjbibakbghapikjkjdijpmbl
Official URL https://chromewebstore.google.com/detail/myjr-from-jurisage/gmojglhjbjbibakbghapikjkjdijpmbl
Description Instant case law insights and AI-powered custom summaries when and where you need them.
File Size 304 KB
Installation Count 575
Current Version 1.4.1
Last Updated 2023-08-03
Publish Date 2022-07-25
Rating 5.00/5 Total 2 Ratings
Developer https://jurisage.com
Email [email protected]
Payment Type free
Extension Website https://www.jurisage.com/
Help Page URL http://jurisage.freshdesk.com/
Privacy Policy Page URL https://jurisage.com/privacy-policy
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}