CiteRight Next

Legal research and document drafting made simple.

什么是CiteRight Next?

CiteRight Next是由https://citeright.net开发的Chrome扩展程序,该扩展的主要功能是“Legal research and document drafting made simple.”。

扩展截图

screenshot
screenshot

下载CiteRight Next扩展crx文件

下载CiteRight Next扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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].                    

扩展基本信息

名称 CiteRight Next CiteRight Next
ID digchflppmjaeoajjcjooebjpgdilhcj
官方URL https://chromewebstore.google.com/detail/citeright-next/digchflppmjaeoajjcjooebjpgdilhcj
简介 Legal research and document drafting made simple.
文件大小 73.94 KB
安装次数 5,399
当前版本 3.0.0
更新时间 2024-02-29
上架时间 2020-04-23
评分 5.00/5 共1次评分
开发者 https://citeright.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://citeright.net
帮助页面URL https://citeright.net
隐私政策页面URL https://www.citeright.net/privacy-policy
支持的语言 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"
    }
}