GearUp

GearUp

什麼是GearUp?

GearUp是由https://gearup.page開發的Chrome擴展程式,該擴展的主要功能是“GearUp”。

擴展截圖

screenshot
screenshot
screenshot

下載GearUp擴展crx文件

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

擴展使用說明

                        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!                    

擴展基本資訊

名稱 GearUp GearUp
ID pkmiajkoeblokidcibhcgjbbgobchaln
官方網址 https://chromewebstore.google.com/detail/gearup/pkmiajkoeblokidcibhcgjbbgobchaln
簡介 GearUp
檔案大小 1.87 MB
安裝次數 104
目前版本 1.0.21
更新時間 2023-09-01
上架時間 2022-06-03
評分 5.00/5 共 3 次評分
開發者 https://gearup.page
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://gearup.page
說明頁面URL https://gearup.page
支援的語言 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\/*"
        ]
    }
}