EZ Apps

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

EZ Apps là gì?

EZ Apps là một tiện ích mở rộng Chrome được phát triển bởi EZCollab, và tính năng chính của nó là "Apps that enhance look & feel and functionalities of Clio (https://clio.com) a cloud based legal practice management software".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EZ Apps

Tải xuống các tệp mở rộng EZ Apps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EZ Apps EZ Apps
ID nmeccflibidenaipapbfhbpkmlncdpga
URL Chính Thức https://chromewebstore.google.com/detail/ez-apps/nmeccflibidenaipapbfhbpkmlncdpga
Mô tả Apps that enhance look & feel and functionalities of Clio (https://clio.com) a cloud based legal practice management software
Kích Thước Tệp 68.82 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 5.10
Cập Nhật Lần Cuối 2021-03-25
Ngày Phát Hành 2019-11-13
Nhà Phát Triển EZCollab
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}