CaseMark Workflow - AI for Legal

Leverage the power of AI within your existing workflow, summarize legal documents, extract key insights, generate filings, & more.

Qu'est-ce que CaseMark Workflow - AI for Legal ?

CaseMark Workflow - AI for Legal est une extension Chrome développée par https://casemark.ai, et sa fonction principale est "Leverage the power of AI within your existing workflow, summarize legal documents, extract key insights, generate filings, & more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CaseMark Workflow - AI for Legal

Téléchargez les fichiers d'extension CaseMark Workflow - AI for Legal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Leverage the power of AI and ChatGPT within your existing workflow, summarize web pages, extract key insights, generate filings, & more.

Introducing CaseMark Productivity Tools, an AI-powered Chrome Extension designed to revolutionize legal workflows. Our productivity tools for Chrome make it easy to quickly summarize and cite text from your selection, website or tab and integrates seamlessly with our Microsoft Word Addin.

With CaseMark, legal professionals can streamline document creation, automate repetitive tasks, and enhance collaboration, driving productivity and quality in their legal work.

Ideal for law firms, legal departments, and insurance companies, the CaseMark tools empower users to effortlessly access a vast collection of case filings, ensuring comprehensive legal research capabilities. Seamlessly cite relevant case law specific to their jurisdiction, saving time and effort.

Privacy and data protection are paramount, and the CaseMark platform ensures secure handling of sensitive information, complying with local privacy regulations. Experience the future of legal efficiency and unlock the full potential of your legal workflows with CaseMark.

CaseMark Productivity Tools for Word is a free tool offered to legal professionals. We do offer an integrated service for advanced summarization and workflow automations that can be found via the "Summarize" tab in the Addin. We offer monthly and annual subscription plans. Please contact us for volume discounts or group purchases.                    

Informations de Base sur l'Extension

Nom CaseMark Workflow - AI for Legal CaseMark Workflow - AI for Legal
ID ncnfaecmoeeahkjmbmhapoofdkdinljo
URL Officiel https://chromewebstore.google.com/detail/casemark-workflow-ai-for/ncnfaecmoeeahkjmbmhapoofdkdinljo
Description Leverage the power of AI within your existing workflow, summarize legal documents, extract key insights, generate filings, & more.
Taille du Fichier 1020 KB
Nombre d'Installations 348
Version Actuelle 0.0.13
Dernière Mise à Jour 2024-01-13
Date de Publication 2023-06-18
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://casemark.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://casemark.ai
URL de la Page d'Aide https://casemark.ai/support
URL de la Page de Politique de Confidentialité https://casemark.ai/privacy
Langues Prises en Charge en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CaseMark Workflow - AI for Legal",
    "default_locale": "en",
    "version": "0.0.13",
    "description": "Leverage the power of AI within your existing workflow, summarize legal documents, extract key insights, generate filings, & more.",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "contentSettings"
    ],
    "icons": {
        "16": "icon-16.png",
        "34": "icon-34.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle1704966487947.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-64.png",
                "icon-34.png",
                "icon-16.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}