EZ Apps
Apps that enhance look & feel and functionalities of Clio (https://clio.com) a cloud based legal practice management software
什么是EZ Apps?
EZ Apps是由EZCollab开发的Chrome扩展程序,该扩展的主要功能是“Apps that enhance look & feel and functionalities of Clio (https://clio.com) a cloud based legal practice management software”。
扩展截图
下载EZ Apps扩展crx文件
下载EZ Apps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
EZ Apps 4 Clio is a chrome extension that will be activated only when you visit Clio site (https://app.clio.com/) and it contains multiple apps that enhance look and feel of Clio and provide additional functionalities that help Clio users do their job more efficiently.
Once installed, a link called "EZ Settings" will appear in the navigation bar of Clio and from there you can enable or disable features 扩展基本信息
| 名称 | |
| ID | nmeccflibidenaipapbfhbpkmlncdpga |
| 官方URL | https://chromewebstore.google.com/detail/ez-apps/nmeccflibidenaipapbfhbpkmlncdpga |
| 简介 | Apps that enhance look & feel and functionalities of Clio (https://clio.com) a cloud based legal practice management software |
| 文件大小 | 68.82 KB |
| 安装次数 | 144 |
| 当前版本 | 5.10 |
| 更新时间 | 2021-03-25 |
| 上架时间 | 2019-11-13 |
| 开发者 | EZCollab |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EZ Apps",
"description": "Apps that enhance look & feel and functionalities of Clio (https:\/\/clio.com) a cloud based legal practice management software",
"short_name": "EZ Apps",
"options_page": "html\/options.html",
"version": "5.10",
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon16.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon32.png",
"32": "images\/icon48.png",
"128": "images\/icon16.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/app.clio.com\/*"
],
"css": [
"\/css\/bootstrap.min.css"
],
"js": [
"\/js\/jquery-3.5.1.min.js",
"\/js\/clioext.js"
],
"run_at": "document_end"
}
]
} | |