GearUp

GearUp

GearUpคืออะไร?

GearUp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gearup.page และคุณลักษณะหลักของมันคือ "GearUp"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GearUp

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
        ]
    }
}