EZ Apps

Apps that enhance look & feel and functionalities of Clio (https://clio.com) a cloud based legal practice management software

What is EZ Apps?

EZ Apps is a Chrome extension developed by EZCollab, and its main feature is "Apps that enhance look & feel and functionalities of Clio (https://clio.com) a cloud based legal practice management software".

Extension Screenshots

screenshot

Download EZ Apps Extension CRX File

Download EZ Apps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name EZ Apps EZ Apps
ID nmeccflibidenaipapbfhbpkmlncdpga
Official URL https://chromewebstore.google.com/detail/ez-apps/nmeccflibidenaipapbfhbpkmlncdpga
Description Apps that enhance look & feel and functionalities of Clio (https://clio.com) a cloud based legal practice management software
File Size 68.82 KB
Installation Count 144
Current Version 5.10
Last Updated 2021-03-25
Publish Date 2019-11-13
Developer EZCollab
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}