Law Insider

Tools to Draft Better Contracts

什麼是Law Insider?

Law Insider是由Law Insider Inc.開發的Chrome擴展程式,該擴展的主要功能是“Tools to Draft Better Contracts”。

擴展截圖

screenshot
screenshot

下載Law Insider擴展crx文件

下載Law Insider擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Law Insider allows you to easily search for legal defined terms as you browse the web. 

To find a legal definition, highlight the relevant text and click on the Law Insider icon next to it. This will search the Law Insider database, which contains millions of public contracts. Alternatively, you can use the search bar by clicking on the Law Insider icon in the browser toolbar.

Law Insider is a contract database and resource center that helps over 300,000 lawyers and business owners draft and negotiate contracts more effectively.

To learn more about Law Insider visit https://www.lawinsider.com/about                    

擴展基本資訊

名稱 Law Insider Law Insider
ID flmafaiffjhichbegfhahemcephheicg
官方網址 https://chromewebstore.google.com/detail/law-insider/flmafaiffjhichbegfhahemcephheicg
簡介 Tools to Draft Better Contracts
檔案大小 89.11 KB
安裝次數 508
目前版本 0.3.2
更新時間 2024-02-23
上架時間 2023-04-10
評分 5.00/5 共 1 次評分
開發者 Law Insider Inc.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.lawinsider.com/
說明頁面URL https://support.lawinsider.com/
隱私政策頁面URL https://www.lawinsider.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.3.2",
    "description": "Tools to Draft Better Contracts",
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.lawinsider.com\/*"
    ],
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "65": "images\/64.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "65": "images\/64.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common.js",
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_idle",
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/128.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.lawinsider.com\/*"
        ]
    },
    "name": "Law Insider"
}