CiteRight Next

Legal research and document drafting made simple.

Qu'est-ce que CiteRight Next ?

CiteRight Next est une extension Chrome développée par https://citeright.net, et sa fonction principale est "Legal research and document drafting made simple.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CiteRight Next

Téléchargez les fichiers d'extension CiteRight Next 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

                        Use the CiteRight Next browser extension to save cases to your CiteRight shared library or personal collection.

Trusted by the top Canadian law firms, CiteRight’s browser extension works with MS Word to help litigators organize their legal research and draft more efficiently.

Draft Faster. Work less. Bill more. 

Note: The CiteRight Next browser extension requires a subscription to the CiteRight. Not already a subscriber? Visit us at www.citeright.net, or email us at [email protected].                    

Informations de Base sur l'Extension

Nom CiteRight Next CiteRight Next
ID digchflppmjaeoajjcjooebjpgdilhcj
URL Officiel https://chromewebstore.google.com/detail/citeright-next/digchflppmjaeoajjcjooebjpgdilhcj
Description Legal research and document drafting made simple.
Taille du Fichier 73.94 KB
Nombre d'Installations 5,399
Version Actuelle 3.0.0
Dernière Mise à Jour 2024-02-29
Date de Publication 2020-04-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://citeright.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://citeright.net
URL de la Page d'Aide https://citeright.net
URL de la Page de Politique de Confidentialité https://www.citeright.net/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CiteRight Next",
    "version": "3.0.0",
    "description": "Legal research and document drafting made simple.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwv5qdHwNtYHeigmnnJStTluiuaYgWtwGmjZhLedCjnwHO9kh7NAjtTvaXO7OOff8jpBb\/4xcncrmgLaMEiGqJv3LlGI\/ISVy7X+f0qSvALOS1XzVxQ4g6dxXjWM7M1K2Jf+yY\/ZUFbnUHxwxdrAmu7U\/FIDqgcNj5MNpoS+qsCJpqKNm7r\/p7cesKalzgG9R\/nPbSdm0+QmFWOchFffmqTr5WpkTXYWlG3woHZLru74qwoykxCz6Ax48uVQDLjHE+8V8P\/4CM1SAbi84Gtolk4oPKqc0NgyeK9B0w3JQU8ESCtYOGKgAERg3BnwS4MixD4AvIKYuh717yIhKVjQ1ZQIDAQAB",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "CiteRight Next"
    },
    "permissions": [
        "scripting",
        "sidePanel",
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}