OpenAir Enhancement Suite

A useability upgrade for Openair.

O que é OpenAir Enhancement Suite?

OpenAir Enhancement Suite é uma extensão do Chrome desenvolvida por Brandon Flynn, e sua principal característica é "A useability upgrade for Openair.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OpenAir Enhancement Suite

Baixe arquivos de extensão OpenAir Enhancement Suite 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

                        OpenAir Enhancement Suite is an extension that improves usability in OpenAir. The primary function is colorizing time-sheets according to the project name.

OpenAir Enhancement Suite is not associated with OpenAir in any way.

v1.5.1 - Adjusted to an OpenAir update where the hostname was an unexpected value.

v1.5.0 - Fixed an issue where colour preferences were not being remembered.

v1.4.1 - Fixed an issue where the first row would hide slightly under the header.

v1.4.0 - Option for "Tight Mode" and fixed column alignment issues.

v1.3.0 - Shows totals for each project.

v1.2.0 - Colour palette is now custom.

v1.1.0 - Can make unused rows uncolored. May toggle this on/off.

v1.0.0 - Release.                    

Informações Básicas da Extensão

Nome OpenAir Enhancement Suite OpenAir Enhancement Suite
ID akkppihplenpoiabinnknnekklicijek
URL Oficial https://chromewebstore.google.com/detail/openair-enhancement-suite/akkppihplenpoiabinnknnekklicijek
Descrição A useability upgrade for Openair.
Tamanho do Arquivo 66.47 KB
Contagem de Instalações 47
Versão Atual 1.5.1
Última Atualização 2020-02-18
Data de Publicação 2020-02-18
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Brandon Flynn
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenAir Enhancement Suite",
    "short_name": "OAES",
    "version": "1.5.1",
    "manifest_version": 2,
    "author": "Brandon Flynn",
    "description": "A useability upgrade for Openair.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.openair.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}