Casefox

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

O que é Casefox?

Casefox é uma extensão do Chrome desenvolvida por Casefox, e sua principal característica é "Casefox is legal billing software, timekeeping, software for lawyers,legal billing,expense tracking, time billing, trust accounting".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Casefox

Baixe arquivos de extensão Casefox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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. ***                    

Informações Básicas da Extensão

Nome Casefox Casefox
ID moiecejhogaebdjpnjnmccngagildeai
URL Oficial https://chromewebstore.google.com/detail/casefox/moiecejhogaebdjpnjnmccngagildeai
Descrição Casefox is legal billing software, timekeeping, software for lawyers,legal billing,expense tracking, time billing, trust accounting
Tamanho do Arquivo 269 KB
Contagem de Instalações 264
Versão Atual 1.3
Última Atualização 2016-08-19
Data de Publicação 2016-08-19
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor Casefox
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.casefox.com/
URL da Página de Política de Privacidade http://www.casefox.com/web/privacy.html
Idiomas Suportados 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:\/\/*\/"
    ]
}