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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Apps that enhance look & feel and functionalities of Clio (https://clio.com) a cloud based legal practice management software"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EZ Apps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
        }
    ]
}