CiteRight Next

Legal research and document drafting made simple.

CiteRight Nextคืออะไร?

CiteRight Next เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://citeright.net และคุณลักษณะหลักของมันคือ "Legal research and document drafting made simple."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CiteRight Next

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}