EZCaseLaw - for Westlaw
Simple Smart Search
Τι είναι το EZCaseLaw - for Westlaw;
Το EZCaseLaw - for Westlaw είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον EZ Caselaw, και η κύρια λειτουργία του είναι "Simple Smart Search".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EZCaseLaw - for Westlaw
Λήψη αρχείων επέκτασης EZCaseLaw - for Westlaw σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
EZ Caselaw adds features to Westlaw® 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 premium features:
Step 1----------------------------------------------------
- toggle ON/OFF automatic synonyms
- toggle ON/OFF automatic Latin words
- toggle ON/OFF automatic connectors
Step 2----------------------------------------------------
- Filter your search with the proper jurisdiction, type, and category of law
Step 3----------------------------------------------------
- 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 sorted from least amount of cases at the top to most at the bottom
- 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 $9.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
*******************************
Westlaw are registered trademarks of Thompson Reuters Corporation. EZ Caselaw is not affiliated with Westlaw or Thompson Reuters. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | gedeakjaphncmlknamjpmbdifmfjnoee |
| Επίσημο URL | https://chromewebstore.google.com/detail/ezcaselaw-for-westlaw/gedeakjaphncmlknamjpmbdifmfjnoee |
| Περιγραφή | Simple Smart Search |
| Μέγεθος Αρχείου | 834 KB |
| Αριθμός Εγκαταστάσεων | 71 |
| Τρέχουσα Έκδοση | 0.1.0 |
| Τελευταία Ενημέρωση | 2023-12-15 |
| Ημερομηνία Δημοσίευσης | 2019-11-29 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | EZ Caselaw |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://ezcaselaw.com |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://www.ezcaselaw.com/contact/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.ezcaselaw.com/terms-and-condition |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EZCaseLaw - for Westlaw",
"version": "0.1.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:\/\/1.next.westlaw.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"
]
} | |