GearUp

GearUp

O que é GearUp?

GearUp é uma extensão do Chrome desenvolvida por https://gearup.page, e sua principal característica é "GearUp".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GearUp

Baixe arquivos de extensão GearUp 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

                        Giving wings to ClickUp, with extended features!

Features:
#1 Calculate grand total automatically for formula column
See the auto calculated sum of formula field values at bottom of column in realtime

#2 Graphical representation of status progress for status column
See the auto generated graphical representation of status progress for benchmarking at granular level

#3 Graphical representation of usage for dropdown column
See the auto generated graphical representation of usage for dropdown option for insights

Use cases:
To have better insights at bottom of ListView while managing your various processes like Project management, Payroll, Inventory, Task monitoring, Budgeting, Planning, Sprints and anything you do with your ClickUp.

If you have some suggestions, please feel free to reach out on [email protected].

Thanks!                    

Informações Básicas da Extensão

Nome GearUp GearUp
ID pkmiajkoeblokidcibhcgjbbgobchaln
URL Oficial https://chromewebstore.google.com/detail/gearup/pkmiajkoeblokidcibhcgjbbgobchaln
Descrição GearUp
Tamanho do Arquivo 1.87 MB
Contagem de Instalações 104
Versão Atual 1.0.21
Última Atualização 2023-09-01
Data de Publicação 2022-06-03
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://gearup.page
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://gearup.page
URL da Página de Ajuda https://gearup.page
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "GearUp",
    "version": "1.0.21",
    "name": "GearUp",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_title": "GearUp",
        "default_popup": "index.html",
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.clickup.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.clickup.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_idle",
            "js": [
                "\/js\/app.js"
            ],
            "css": [
                "\/css\/app.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.clickup.com\/*",
            "https:\/\/app.gearup.com\/*"
        ]
    }
}