Toolkit.law App

Toolkit.law App

什么是Toolkit.law App?

Toolkit.law App是由https://toolkit.law开发的Chrome扩展程序,该扩展的主要功能是“Toolkit.law App”。

扩展截图

screenshot

下载Toolkit.law App扩展crx文件

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

扩展使用说明

                        The Toolkit.law App is your global legal partner that includes tools, resources, a vendor marketplace of legal services, legal games, 40 hours of free continuing legal educations (CLE) and more for America, Canada, and the other 70+ countries with English-centric legal systems. 

The Toolkit.law Extension is the ultimate browser productivity add-on to use with the Toolkit.law App. This extension is available for the Google Chrome, Microsoft Edge, Apple Safari, and Mozilla Firefox browsers.

The Toolkit.law Extension maximizes working with the Toolkit.law App on PCs (i.e., Microsoft Windows and Apple Mac OS) and on Mobile Devices (i.e., Apple iOS, and Google Android). It is also offered as an "add-on" for the toolbars within Microsoft Office, Adobe Acrobat, Apple iWork, and Zoom desktop applications. 

Additionally, we offer the Toolkit.law Watch Face for smart watches on the Google Wear OS, Samsung Tizen OS, and Apple WatchOS platforms. This watch face is designed for productivity-focused legal professionals. 

For more information, visit www.Toolkit.law.                    

扩展基本信息

名称 Toolkit.law App Toolkit.law App
ID ekfjmholdieliedmjndkcocegkcaafdg
官方URL https://chromewebstore.google.com/detail/toolkitlaw-app/ekfjmholdieliedmjndkcocegkcaafdg
简介 Toolkit.law App
文件大小 1.14 MB
安装次数 112
当前版本 2.7.3
更新时间 2022-09-10
上架时间 2022-09-07
评分 5.00/5 共1次评分
开发者 https://toolkit.law
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.toolkit.law
帮助页面URL http://www.toolkit.law
隐私政策页面URL https://www.tomking.com/policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "TK",
    "name": "Toolkit.law App",
    "description": "Toolkit.law App",
    "version": "2.7.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Toolkit.law App",
        "default_popup": "index.html?entryPoint=popup"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "512": "logo-512-512.png"
    },
    "permissions": [
        "scripting",
        "bookmarks"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}