Casefox

Casefox is legal billing software, timekeeping, software for lawyers,legal billing,expense tracking, time billing, trust accounting

什麼是Casefox?

Casefox是由Casefox開發的Chrome擴展程式,該擴展的主要功能是“Casefox is legal billing software, timekeeping, software for lawyers,legal billing,expense tracking, time billing, trust accounting”。

擴展截圖

screenshot
screenshot
screenshot

下載Casefox擴展crx文件

下載Casefox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        CaseFox® is an easy to use timekeeping and billing software for law firms, attorneys, accountants, investigators, consultants and other professionals. In addition to timekeeping and billing features, CaseFox also features rule based calendaring, task management, LEDES invoicing, partner-associate fee splitting rules, trust accounting, phone message logging, accounting ledger, discovery tracking, one-click invoicing, custom fields, conflict check, client portal, secure communication with clients and more... This app can be used in conjunction with Web App available at www.casefox.com. While Web App offers extensive feature set, basic timekeeping features are available through this app. More features will be added in future versions. *** This app is free. However, you will need to subscribe to a paid plan after Case/User limits of the basic plan are exceeded. Please login to your account at www.casefox.com to subscribe to a paid plan. Free basic plan comes with up to 4 cases and 2 users are free. ***                    

擴展基本資訊

名稱 Casefox Casefox
ID moiecejhogaebdjpnjnmccngagildeai
官方網址 https://chromewebstore.google.com/detail/casefox/moiecejhogaebdjpnjnmccngagildeai
簡介 Casefox is legal billing software, timekeeping, software for lawyers,legal billing,expense tracking, time billing, trust accounting
檔案大小 269 KB
安裝次數 264
目前版本 1.3
更新時間 2016-08-19
上架時間 2016-08-19
評分 4.25/5 共 4 次評分
開發者 Casefox
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.casefox.com/
隱私政策頁面URL http://www.casefox.com/web/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Casefox",
    "version": "1.3",
    "description": "Casefox is legal billing software, timekeeping, software for lawyers,legal billing,expense tracking, time billing, trust accounting",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Casefox",
        "default_icon": "icon128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "moment.min.js",
                "jquery.scoped.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/"
    ]
}