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」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 EZ Apps EZ Apps
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
Eメール [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"
        }
    ]
}