GearUp

GearUp

GearUp क्या है?

GearUp https://gearup.page द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GearUp"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GearUp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/*"
        ]
    }
}