CiteRight Next
Legal research and document drafting made simple.
什麼是CiteRight Next?
CiteRight Next是由https://citeright.net開發的Chrome擴展程式,該擴展的主要功能是“Legal research and document drafting made simple.”。
擴展截圖
下載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 |
ID | digchflppmjaeoajjcjooebjpgdilhcj |
官方網址 | 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" } } |