Midpage | AI overlays for case law

Just hover over any citation to use Generative AI for summaries, questions, tags, etc. Supports all legal research platforms.

Midpage | AI overlays for case law란 무엇입니까?

Midpage | AI overlays for case law은(는) https://midpage.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just hover over any citation to use Generative AI for summaries, questions, tags, etc. Supports all legal research platforms."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Midpage | AI overlays for case law 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Peak Behind Every Citation.
Just hover to find out what every cited case really says.
Open fewer tabs.
Get AI-powered Insights about a cases before opening them in new tabs.  Yes, they are customizable.
Preview the text of the cited case.
Check whether a proposition is really supported by its citation without opening it in a new tab. AI will guide you to the exact language that is referenced.
Ask anything.
Use GPT to get answers supported by excerpts from the original text of the cited case.
Portals work wherever you interact with legal text.
Works on all popular online case libraries.  PDF and Word support coming soon!                    

확장 프로그램 기본 정보

이름 Midpage | AI overlays for case law Midpage | AI overlays for case law
ID lonellcnlnnepecbomndjnpfhmompnmk
공식 URL https://chromewebstore.google.com/detail/midpage-ai-overlays-for-c/lonellcnlnnepecbomndjnpfhmompnmk
설명 Just hover over any citation to use Generative AI for summaries, questions, tags, etc. Supports all legal research platforms.
파일 크기 1.05 MB
설치 횟수 374
현재 버전 1.6.11
최근 업데이트 2024-03-05
출시 날짜 2023-04-14
평점 5.00/5 총 4 개의 평점
개발자 https://midpage.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.midpage.ai/
도움말 페이지 URL https://www.midpage.ai/extension
개인정보 보호 정책 페이지 URL https://www.midpage.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.11",
    "manifest_version": 3,
    "name": "Midpage | AI overlays for case law",
    "description": "Just hover over any citation to use Generative AI for summaries, questions, tags, etc. Supports all legal research platforms.",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open Midpage",
        "default_icon": "assets\/img\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "notifications"
    ],
    "icons": {
        "128": "assets\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.midpage.ai\/*",
            "https:\/\/*.vercel.app\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/icon-128.png",
                "logo-midpage-transparent.png",
                "logo-midpage-transparent-cropped.png",
                "assets\/img\/google-logo.png",
                "midpage-transparent-cropped.png",
                "assets\/img\/midpage-icon-square.png",
                "assets\/img\/midpage-icon.png",
                "assets\/img\/show-side-panel.png",
                "assets\/img\/show-side-panel-2.png",
                "assets\/img\/show-side-panel-3.png",
                "assets\/img\/open-side-panel-gray-1.png",
                "assets\/img\/side-panel-gray-2.png",
                "assets\/img\/side-panel-gray-3.png",
                "assets\/img\/side-panel-gray-4.png",
                "assets\/img\/side-panel-gray-5.png",
                "assets\/img\/side-panel-gray-6.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/actual-porpoise-64.clerk.accounts.dev\/",
        "*:\/\/clerk.midpage.ai\/"
    ],
    "oauth2": {
        "client_id": "1055012092703-a93isdus5cgq3rspmb6a810iu0oe1svn.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "openid"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuB9Tq8jBRiQuyjocddvvnG8bF5hEEowAwCn0KbylB\/+UOo7KHZsIhnDWPk9c2A83x5rQrPl2cyzyk1qwNN7LY16CxoD+CgNLgPsx0ap1Z84ZcFrwWicBD1Qr6iM8QPBdJqcLR1QpuWnuFy9bQdyXxvWF\/TYlGxqnOiXRnLIvkpyvD7HFU1Hcm+wfbHLaO658yoR+8R6oX8w8kTQx0EMBHfuqSWAcaFAyIz8+KBRYu09e7TxlaRS95VQnFndRrjQtD8PmDeHKLIwOuhjRLNPF4hxyf6ni9nyVJr\/A4u6KzlZ+ST2YfIaQ8ak4xfSpcuucPToVpsUUYo8XrvTFVWR2KwIDAQAB"
}