GearUp
GearUp
GearUpとは何ですか?
GearUpはhttps://gearup.pageによって開発されたChromeの拡張機能で、その主な機能は「GearUp」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } } |