GearUp

GearUp

ما هو GearUp؟

GearUp هو إضافة Chrome تم تطويرها بواسطة https://gearup.page، والميزة الرئيسية لها هي "GearUp".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GearUp

قم بتنزيل ملفات الامتداد GearUp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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\/*"
        ]
    }
}