EZCaseLaw - for Lexis Nexis

Simple Smart Search

ما هو EZCaseLaw - for Lexis Nexis؟

EZCaseLaw - for Lexis Nexis هو إضافة Chrome تم تطويرها بواسطة EZ Caselaw، والميزة الرئيسية لها هي "Simple Smart Search".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EZCaseLaw - for Lexis Nexis

قم بتنزيل ملفات الامتداد EZCaseLaw - for Lexis Nexis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        EZ Caselaw adds features to Lexis Advance® to make caselaw research faster and easier. 

When you are looking for good caselaw – EZ Caselaw adds a toolbar on the right side of your page with these features:
- Filter your search with the proper jurisdiction, type, and category of law
- toggle ON/OFF automatic connectors
- toggle ON/OFF automatic synonyms
- toggle ON/OFF automatic Latin words
- Input key words, separated by a “,”
- Click on the refine button to select the specific synonyms or Latin words that are suggested
- Make EZ CASELAW try thousands of combinations to find you the best caselaw available – By pressing “Search”
- Results are divided in 3 categories, depending on number of results: 0-50, 51-500, 500+ results.
- Instantly click on the desired input to start reading through the best caselaw.
Read more at https://www.ezcaselaw.com

*******************************

EZ CASELAW features requires a subscription of $99/month, see https://www.ezcaselaw.com for more information.

By installing the EZ CaseLaw Chrome extension, you agree to the Terms and Conditions and Privacy Policy described here: https://www.ezcaselaw.com/terms-of-service

*******************************

Lexis Nexis and Lexis Advance are registered trademarks of Lexis Publishing Corporation. EZ Caselaw is not affiliated with Lexis, Lexis Nexis, or Lexis Advance.                    

معلومات أساسية عن التمديد

الاسم EZCaseLaw - for Lexis Nexis EZCaseLaw - for Lexis Nexis
ID ipnkoejlngmoolioajippplomhfoccdd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ezcaselaw-for-lexis-nexis/ipnkoejlngmoolioajippplomhfoccdd
الوصف Simple Smart Search
حجم الملف 781 KB
عدد التثبيتات 77
النسخة الحالية 0.6.0
آخر تحديث 2019-11-29
تاريخ النشر 2019-11-29
تقييم 5.00/5 مجموع تقييمات 1
المطور EZ Caselaw
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.ezcaselaw.com/
عنوان صفحة المساعدة https://www.ezcaselaw.com/faq
عنوان صفحة سياسة الخصوصية https://www.ezcaselaw.com/terms-of-service
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EZCaseLaw - for Lexis Nexis",
    "version": "0.6.0",
    "manifest_version": 2,
    "description": "Simple Smart Search",
    "browser_action": {
        "default_icon": "img\/ezcaselaw_48x48.png"
    },
    "icons": {
        "48": "img\/ezcaselaw_48x48.png",
        "96": "img\/ezcaselaw_96x96.png",
        "128": "img\/ezcaselaw_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/advance.lexis.com\/*"
            ],
            "js": [
                "3rd-party\/jquery.min.js",
                "3rd-party\/jquery-ui.min.js",
                "3rd-party\/intro.min.js",
                "3rd-party\/jwt-decode.min.js",
                "3rd-party\/fontawesome.js",
                "3rd-party\/auth0.min.js",
                "3rd-party\/aws-sdk.min.js",
                "js\/content.js",
                "env.js"
            ],
            "css": [
                "css\/app.css",
                "3rd-party\/mdl_icons.css",
                "3rd-party\/material.min.css",
                "3rd-party\/introjs.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "3rd-party\/material.min.js",
        "css\/jquery-ui.min.css",
        "extension.html",
        "img\/*"
    ],
    "background": {
        "scripts": [
            ".\/env.js",
            "js\/login.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/imkto6kgni.execute-api.us-east-2.amazonaws.com\/prod\/refine",
        "identity"
    ]
}