MyJr from Jurisage

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

O que é MyJr from Jurisage?

MyJr from Jurisage é uma extensão do Chrome desenvolvida por https://jurisage.com, e sua principal característica é "Instant case law insights and AI-powered custom summaries when and where you need them.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MyJr from Jurisage

Baixe arquivos de extensão MyJr from Jurisage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MyJr from Jurisage MyJr from Jurisage
ID gmojglhjbjbibakbghapikjkjdijpmbl
URL Oficial https://chromewebstore.google.com/detail/myjr-from-jurisage/gmojglhjbjbibakbghapikjkjdijpmbl
Descrição Instant case law insights and AI-powered custom summaries when and where you need them.
Tamanho do Arquivo 304 KB
Contagem de Instalações 575
Versão Atual 1.4.1
Última Atualização 2023-08-03
Data de Publicação 2022-07-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://jurisage.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.jurisage.com/
URL da Página de Ajuda http://jurisage.freshdesk.com/
URL da Página de Política de Privacidade https://jurisage.com/privacy-policy
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}